Skip to content

DOC: fix ES01 for pandas.CategoricalDtype #60902

New issue

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

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

tuhinsharma121
Copy link
Contributor

fixes

pandas.CategoricalDtype ES01

    allows users to define a fixed set of values and optionally impose an ordering.
    This is particularly useful for handling categorical variables efficiently,
    as it can significantly reduce memory usage compared to using object dtypes.
@tuhinsharma121 tuhinsharma121 marked this pull request as ready for review February 10, 2025 08:31
@tuhinsharma121
Copy link
Contributor Author

cc @mroeschke

@mroeschke mroeschke added the Docs label Feb 10, 2025
@mroeschke mroeschke added this to the 3.0 milestone Feb 10, 2025
@mroeschke mroeschke merged commit ea3ff69 into pandas-dev:main Feb 10, 2025
45 of 46 checks passed
@mroeschke
Copy link
Member

Thanks @tuhinsharma121

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants