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
pandas 0.24 deprecated the DatetimeIndex kwargs start, end, and freq. The solution is to replace DatetimeIndex with date_range where those kwargs are used.