You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indexing an index of type timestamp[us][pyarrow] with an index of type timestamp[us][pyarrow] fails with AttributeError: 'Index' object has no attribute 'freq'.
mroeschke
added
Indexing
Related to indexing on series/frames, not to indexes themselves
Arrow
pyarrow functionality
and removed
Needs Triage
Issue that has not been reviewed by a pandas team member
labels
Jun 13, 2023
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
Indexing an index of type
timestamp[us][pyarrow]
with an index of typetimestamp[us][pyarrow]
fails withAttributeError: 'Index' object has no attribute 'freq'
.The issue seems to be occurring here:
pandas/pandas/core/indexes/base.py
Lines 6039 to 6046 in 4149f32
Expected Behavior
It should yield the same result independent of the dtype backend.
Installed Versions
The text was updated successfully, but these errors were encountered: