-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Fix AttributeError: 'Series' object has no attribute '_pa_array' in CategoricalDtype #59099
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
Closed
randolf-scholz
wants to merge
4
commits into
pandas-dev:main
from
randolf-scholz:fix_categorical_arrow
Closed
Fix AttributeError: 'Series' object has no attribute '_pa_array' in CategoricalDtype #59099
randolf-scholz
wants to merge
4
commits into
pandas-dev:main
from
randolf-scholz:fix_categorical_arrow
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
Closed
3 tasks
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen. |
robin-mader-bis
added a commit
to robin-mader-bis/pandas
that referenced
this pull request
Mar 28, 2025
…pyarrow dictionary categoricals Relates to pandas-dev#53051 Code for fix taken and adapted from pandas-dev#59099
robin-mader-bis
added a commit
to robin-mader-bis/pandas
that referenced
this pull request
Apr 2, 2025
…pyarrow dictionary categoricals Relates to pandas-dev#53051 Code for fix taken and adapted from pandas-dev#59099
robin-mader-bis
added a commit
to robin-mader-bis/pandas
that referenced
this pull request
Apr 4, 2025
…pyarrow dictionary categoricals Relates to pandas-dev#53051 Code for fix taken and adapted from pandas-dev#59099
robin-mader-bis
added a commit
to robin-mader-bis/pandas
that referenced
this pull request
Apr 10, 2025
…pyarrow dictionary categoricals Relates to pandas-dev#53051 Code for fix taken and adapted from pandas-dev#59099
robin-mader-bis
added a commit
to robin-mader-bis/pandas
that referenced
this pull request
Apr 14, 2025
…pyarrow dictionary categoricals Relates to pandas-dev#53051 Code for fix taken and adapted from pandas-dev#59099
robin-mader-bis
added a commit
to robin-mader-bis/pandas
that referenced
this pull request
Apr 14, 2025
…pyarrow dictionary categoricals Relates to pandas-dev#53051 Code for fix taken and adapted from pandas-dev#59099
mroeschke
pushed a commit
that referenced
this pull request
Apr 14, 2025
…61193) * BUG: Fix bug with DataFrame.pivot and .set_index not compatible with pyarrow dictionary categoricals Relates to #53051 Code for fix taken and adapted from #59099 * TST: Add tests for faulty behavior relating to pyarrow categoricals * CLN: Fix issues reported by pre-commit hooks * TST: Fix failing tests for minimum version by ignoring obsolete deprecation warning * DOC: Add entry for bugfix to whatsnew v3.0.0 * CLN: Refactor code and clean up according to PR feedback * CLN: Refactor code and clean up according to PR feedback * CLN: Refactor tests to adress PR feedback * CLN: Refactor tests to adress PR feedback
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.
DataFrame.pivot
fails withpyarrow
backend if variable is already encoded asdictionary
#53051doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.