False values from CategoricalSeries.unique()
#19409
Labels
accepted
Ready for implementation
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
No response
Issue description
Notice that nulls appear in a series without nulls, after taking
unique()
.Sometimes python quits without printing anything, depending on the categorical series I test with.
Bug does not seem to be present in version 1.10
Expected behavior
Don't add nulls, don't crash.
Installed versions
The text was updated successfully, but these errors were encountered: