Index with Categorical dtype #9668
Labels
Categorical
Categorical Data Type
Enhancement
Indexing
Related to indexing on series/frames, not to indexes themselves
Currently categorical data is converted to full form when made an index.
Is there a way around this? I'm trying to keep my DataFrames free of object dtypes to reduce serialization costs. I would like to index off of a text column using categoricals.
This is with
0.15.2
The text was updated successfully, but these errors were encountered: