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
FutureWarning error in the utils.py module at line 94 in the rebase function.
Pandas' .ix is now deprecated and a simple change to .iloc[0] in the rebase function fixes this. I've run this in isolation and tested against both series and dataframe timeseries prices and it works well.