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
Thanks @vfilimonov - I've now replaced .ix with other indexing in Pandas in finmarketpy and findatapy and pushed out new releases. I need to upgrade my Pandas to version 1.x in general!
Hello Saeed,
pandas selector
.ix
is no longer available and thus will trigger an error in newer pandas.In master it is still present in
eventstudy
andbacktestengine
: https://github.com/cuemacro/finmarketpy/search?q=.ix&unscoped_q=.ixBut also in findatapy (
timeseries/{dataquality|calculations|filter}
), which is a dependency: https://github.com/cuemacro/findatapy/search?q=.ix&unscoped_q=.ixBest
Vladimir
The text was updated successfully, but these errors were encountered: