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
pd.tseries.frequencies.infer_freq, DatetimeIndex.inferred_freq, TimedeltaIndex.inferred_freq all return a string that we then have to cast to an offset object. it would be more ergonomic to just return an offset to begin with.