-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
[ArrowStringArray] CLN: remove hasattr checks #41327
Conversation
pandas/compat/__init__.py
Outdated
@@ -129,11 +130,31 @@ def get_lzma_file(lzma): | |||
return lzma.LZMAFile | |||
|
|||
|
|||
# pyarrow versioning |
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.
can you put in pandas.compat.pyarrow (and import), similar to how we do numpy
one more rebase if you would (just merged another arrow string PR ) |
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.
lgtm merge on green
only codecov/patch failing so merging |
xref #41281 (comment)