-
Notifications
You must be signed in to change notification settings - Fork 915
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
Use less _is_categorical_dtype #15148
Merged
rapids-bot
merged 28 commits into
rapidsai:branch-24.06
from
mroeschke:rm/_is_categorical_dtype
Apr 10, 2024
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
ea299a0
Use less _is_categorical_dtype
mroeschke 03e1f81
Check pandas CategoricalDtype instead
mroeschke d61f58e
Merge remote-tracking branch 'upstream/branch-24.04' into rm/_is_cate…
mroeschke ebcb877
Address test failures
mroeschke 0459e91
Merge remote-tracking branch 'upstream/branch-24.04' into rm/_is_cate…
mroeschke 0c6e844
Merge remote-tracking branch 'upstream/branch-24.04' into rm/_is_cate…
mroeschke 50ead71
Merge branch 'branch-24.04' into rm/_is_categorical_dtype
vyasr a9543e2
Merge remote-tracking branch 'upstream/branch-24.04' into rm/_is_cate…
mroeschke 357ccbe
Merge branch 'rm/_is_categorical_dtype' of https://github.com/mroesch…
mroeschke 04d8d02
Merge remote-tracking branch 'upstream/branch-24.04' into rm/_is_cate…
mroeschke bd7c126
Add carvout for hex, return False on TypeError
mroeschke 5b5e642
Merge remote-tracking branch 'upstream/branch-24.04' into rm/_is_cate…
mroeschke 8c95ee7
Make stricter
mroeschke 51fabd0
Merge remote-tracking branch 'upstream/branch-24.04' into rm/_is_cate…
mroeschke 189a5a1
Merge remote-tracking branch 'upstream/branch-24.04' into rm/_is_cate…
mroeschke 77a97e0
Remove import
mroeschke 0b405bf
Merge remote-tracking branch 'upstream/branch-24.04' into rm/_is_cate…
mroeschke ed69b49
Merge remote-tracking branch 'upstream/branch-24.04' into rm/_is_cate…
mroeschke 922bc6c
Merge remote-tracking branch 'upstream/branch-24.04' into rm/_is_cate…
mroeschke 52b8c43
Merge remote-tracking branch 'upstream/branch-24.04' into rm/_is_cate…
mroeschke 872a071
Merge remote-tracking branch 'upstream/branch-24.06' into rm/_is_cate…
mroeschke 13811c8
Update python/cudf/cudf/_lib/csv.pyx
mroeschke 5a497d6
Merge branch 'branch-24.06' into rm/_is_categorical_dtype
mroeschke fa33dcb
Style
mroeschke 75a52c8
Merge remote-tracking branch 'upstream/branch-24.06' into rm/_is_cate…
mroeschke 4216eb9
Line length
mroeschke e05c916
Merge remote-tracking branch 'upstream/branch-24.06' into rm/_is_cate…
mroeschke 9ceb385
Fix condition
mroeschke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This linked issue has been resolved. Is there an action to be taken here (i.e. removal of the workaround)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears although the issue is closed, the latest PR that addressed this function notes that it's still awaiting libcudf handling of category type (#12571 (comment)) so I think this is still needed