-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
BUG: Add PyArrow datelike type support for map()
#61644
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
base: main
Are you sure you want to change the base?
Conversation
map()
map()
Can you add tests based on the original issue |
pandas/core/arrays/arrow/array.py
Outdated
or pa.types.is_date(self.dtype.pyarrow_dtype) | ||
or pa.types.is_timestamp(self.dtype.pyarrow_dtype) | ||
] | ||
): |
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.
any idea why the super().map method isn't working correctly? If fixing things there is viable, that would be a better outcome
Looks like some tests are failing in the CI. Can you address those? |
@jbrockmendel sorry I was inactive last 2 weeks. Will take a look at this issue atm |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.