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
At least between pandas and pyarrow there is some nuance to what these represent. Pandas solely has the timedelta type, but pyarrow has duration (for second and higher precision) and an interval type (for calendar-based shifting).
Looks like timedeltas are currently not supported by the dataframe interchange protocol:
Should they be?
The text was updated successfully, but these errors were encountered: