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

Substitute pandas ix with iloc. #24

Closed
alexpantyukhin opened this issue Jan 13, 2018 · 1 comment
Closed

Substitute pandas ix with iloc. #24

alexpantyukhin opened this issue Jan 13, 2018 · 1 comment

Comments

@alexpantyukhin
Copy link

The ix function is seems to be deprecated. http://pandas.pydata.org/pandas-docs/version/0.20.3/whatsnew.html#deprecate-ix
Could be substitute with iloc in many cases.

@MorvanZhou
Copy link
Owner

Thanks for the note, I changed it to .loc instead.

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

2 participants