.eq_missing()
returns null
instead of bool for structs
#18870
Labels
A-dtype-struct
Area: struct data type
accepted
Ready for implementation
bug
Something isn't working
P-medium
Priority: medium
python
Related to Python Polars
Checks
Reproducible example
Log output
No response
Issue description
Similar issue with
ne_missing()
It is my understanding these exampes should return
[true, true]
and[false, false]
?Expected behavior
Installed versions
The text was updated successfully, but these errors were encountered: