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
graph.py:468: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
stats.index = pd.Int64Index(stats.index)
The text was updated successfully, but these errors were encountered:
graph.py:468: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
stats.index = pd.Int64Index(stats.index)
The text was updated successfully, but these errors were encountered: