We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
display.max_categories
CagetegoricalDtype.__unicode__
Categorical.__unicode__
fastpath
Categorical
.astype(..., categories=)
CategoricalDtype
hashing.py
The text was updated successfully, but these errors were encountered:
@TomAugspurger
Sorry, something went wrong.
cc @wesm
I don't think pyarrow will be impacted by this; it is possible that knowing the categories upfront could be helpful though
I don't think it would be, but we should check anyway and see if there's any perf improvement opportunities
Looks like most of the associated issues are closed. Can open specific issues if there are specifics that were missed
No branches or pull requests
display.max_categories
inCagetegoricalDtype.__unicode__
heredisplay.max_categories
inCategorical.__unicode__
fastpath
inCategorical
constructor (API: Deprecate Categorical fastpath argument #17562).astype(..., categories=)
in favor ofCategoricalDtype
(DEPR: .astype(..., categories=) #17636)hashing.py
hereThe text was updated successfully, but these errors were encountered: