Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.ix is deprecated since pandas-0.20 and removed in pandas-1.0.0 #33

Open
vfilimonov opened this issue Aug 24, 2020 · 2 comments
Open

.ix is deprecated since pandas-0.20 and removed in pandas-1.0.0 #33

vfilimonov opened this issue Aug 24, 2020 · 2 comments

Comments

@vfilimonov
Copy link

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 and backtestengine: https://github.com/cuemacro/finmarketpy/search?q=.ix&unscoped_q=.ix
But also in findatapy (timeseries/{dataquality|calculations|filter}), which is a dependency: https://github.com/cuemacro/findatapy/search?q=.ix&unscoped_q=.ix

Best
Vladimir

@saeedamen
Copy link
Contributor

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!

Regards Saeed

@hoenie-ams
Copy link

hoenie-ams commented Oct 5, 2020

For reference: fixed in d3c3084.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants