Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

dataframe.ix is deprecated for pandas >=0.20.0 #528

Closed
gwuillou opened this issue Oct 27, 2017 · 1 comment
Closed

dataframe.ix is deprecated for pandas >=0.20.0 #528

gwuillou opened this issue Oct 27, 2017 · 1 comment

Comments

@gwuillou
Copy link

dataframe.ix[start_index:end_index].copy()

http://pandas.pydata.org/pandas-docs/stable/indexing.html#ix-indexer-is-deprecated

using influxdb (4.1.1)

@xginn8
Copy link
Collaborator

xginn8 commented Oct 28, 2017

Thanks for reporting this! Fix pushed for PR in #530

@aviau aviau closed this as completed in 4d9564a Oct 28, 2017
aviau added a commit that referenced this issue Oct 28, 2017
replace dataframe.ix with dataframe.iloc. fixes #528
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants