Closed
Description
- use
display.max_categories
inCagetegoricalDtype.__unicode__
here - use
display.max_categories
inCategorical.__unicode__
- deprecate usage of
fastpath
inCategorical
constructor (API: Deprecate Categorical fastpath argument #17562) - deprecate
.astype(..., categories=)
in favor ofCategoricalDtype
(DEPR: .astype(..., categories=) #17636) - move hash type routines to
hashing.py
here - validate that pyarrow is compat with changes