-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
DEPR: is_categorical_dtype #52527
Merged
mroeschke
merged 9 commits into
pandas-dev:main
from
jbrockmendel:depr-is_categorical_dtype
Apr 11, 2023
Merged
DEPR: is_categorical_dtype #52527
mroeschke
merged 9 commits into
pandas-dev:main
from
jbrockmendel:depr-is_categorical_dtype
Apr 11, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mroeschke
added
Categorical
Categorical Data Type
Deprecate
Functionality to remove in pandas
labels
Apr 10, 2023
mroeschke
approved these changes
Apr 11, 2023
Thanks @jbrockmendel |
Closed
2 tasks
3 tasks
3 tasks
galipremsagar
added a commit
to rapidsai/cudf
that referenced
this pull request
Oct 12, 2023
This PR deprecates `is_categorical_dtype` to match pandas-dev/pandas#52527 which was introduced in `pandas-2.x`. This PR internalizes the public API since this is a needed utility in our code base. This PR: ``` = 23835 failed, 5698 passed, 1613 skipped, 288 xfailed, 423 errors in 1976.84s (0:32:56) = ``` On `pandas_2.0_feature_branch`: ``` = 24297 failed, 5115 passed, 1613 skipped, 288 xfailed, 480 errors in 1980.46s (0:33:00) = ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.