-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
As the odo
issue blaze/odo#561 mentions, a bottleneck emerged with respect to datashape.Categorical
instantiation pointing to this line, where the constructor coerces the input categories into a tuple. I wonder whether we should relax this constraint for Categorical objects, such that we could represent the underlying categories as numpy arrays, i.e. Series.cat.categories.values
, and speed up datashape
with respect to pandas/dask categorical discovery. cc @jbednar @teoliphant
makmanalp
Metadata
Metadata
Assignees
Labels
No labels