DOCraven / Graphy

Repo to host some pandas data manipulation
0 stars 0 forks source link

weeklyaverage function errors out on keyerror #7

Open DOCraven opened 4 years ago

DOCraven commented 4 years ago

only if dailyaverage is used before.

Currently the workaround is just reread the xls spreasheet and move on.

DOCraven commented 4 years ago

currently testing a fix by reindexing the dataframe each time it gets sent to the function.

It seems to work, but has broken the subplot option in the plotter