faustedition / faust-macrogen

WIP implementation of the new macrogenesis model
http://faustedition.net/macrogenesis
0 stars 0 forks source link

Pandas deprecating Int64Index #33

Open thvitt opened 2 years ago

thvitt commented 2 years ago

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)