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
Floating an idea: pd.PeriodIndex.from_range & pd.DatetimeIndex.from_range as classmethods to mirror pd.period_range & pd.date_range respectively. This encapsulates constructors on the class.
Also could have pd.DatetimeIndex.from_dataframe for #12967