PanicException: skip_nulls does not work in map_elements when used on pl.struct #15322
Closed
2 tasks done
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
The default setting of
skip_nulls = True
works fine if map_elements() is used on a column. But if it is used on s pl.struct, then it lets through nulls.Expected behavior
Should be able to filter records passed to the map_elements function if any input parameter contains null, like:
skip_nulls = Any
Installed versions
The text was updated successfully, but these errors were encountered: