ENH: ArrowTemporalProperties' object has no attribute 'to_period' #59771
Labels
Arrow
pyarrow functionality
Datetime
Datetime data dtype
Enhancement
Needs Discussion
Requires discussion from core team before further action
Feature Type
Adding new functionality to pandas
Changing existing functionality in pandas
Removing existing functionality in pandas
Problem Description
This request is related to #52321 and #52330. Currently, Arrow dtype does not support function: https://pandas.pydata.org/docs/reference/api/pandas.Series.to_period.html
Feature Description
The following script throws an error:
Alternative Solutions
Otherwise, it requires convert arrow type back to pandas type which is not efficient:
Additional Context
No response
The text was updated successfully, but these errors were encountered: