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

pandas.*.ix is depreciated #104

Closed
khaeru opened this issue Dec 12, 2018 · 1 comment
Closed

pandas.*.ix is depreciated #104

khaeru opened this issue Dec 12, 2018 · 1 comment
Assignees
Milestone

Comments

@khaeru
Copy link
Member

khaeru commented Dec 12, 2018

/home/khaeru/vc/iiasa/ixmp/ixmp/core.py:730: DeprecationWarning:                                                        
.ix is deprecated. Please use                                                                                             
.loc for label based indexing or                                                                                         
.iloc for positional indexing                                                                                            
                                                                                                                      
See the documentation here:                                                                                       
http://pandas.pydata.org/pandas-docs/stable/indexing.html#ix-indexer-is-deprecated                                     
  jPar.addElement(to_jlist(key.ix[i], idx_names),
@khaeru khaeru mentioned this issue Dec 12, 2018
3 tasks
@khaeru khaeru self-assigned this Dec 20, 2018
@khaeru khaeru added this to the 0.2 milestone Dec 20, 2018
@khaeru
Copy link
Member Author

khaeru commented Dec 20, 2018

Resolved by #105.

@khaeru khaeru closed this as completed Dec 20, 2018
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

1 participant