Open jonathan-gantner opened 9 months ago
@jbrockmendel - is there planned support for arrow dtypes here?
I have no plans to implement it, but no objection if someone else wants to
Thanks for opening this Issue. The exact same problem has been bothering me for months and I never got around to report it. Yes --- it would be great if arrow types are not second-class citizens when it comes to a useful feature like offsets.
Pandas version checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of pandas.
[X] I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
I receive the following error message:
Expected Behavior
Since it is a date-datatype, the DateOffset should be applied as for TimeStamps, i.e. the result should be
pd.Series( [dt.date(2022,12,31)], dtype="date32[pyarrow]")
.Installed Versions