sort_by("col", nulls_last=True).over("other")
does not put nulls at the end
#17243
Closed
2 tasks done
Labels
A-ops-sort
Area: sorting operations
bug
Something isn't working
P-medium
Priority: medium
python
Related to Python Polars
Checks
Reproducible example
For example:
gives
Log output
No response
Issue description
nulls_last
parameter does not putnull
values at the endExpected behavior
the desired output should look something like this:
Installed versions
The text was updated successfully, but these errors were encountered: