We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
iloc[]
ints
PR #12 causes the message_ix tutorials to fail, because the pandas.DataFrame auto-sets a column of ints as index.
message_ix
The text was updated successfully, but these errors were encountered:
pandas.DataFrame.ix[]
Revert "replace deprecated pandas.DataFrame.ix[] by iloc[] (#12)" (…
892e5a7
…#15) This reverts commit `d4af47de6f294cd3f4c4b9df9cd3d1c4223b902a`. See #14
Add unit tests for tutorials (iiasa#14)
618f03e
The code this refers to was refactored/removed when the Backend class was introduced in #182.
Sorry, something went wrong.
danielhuppmann
No branches or pull requests
PR #12 causes the
message_ix
tutorials to fail, because the pandas.DataFrame auto-sets a column ofints
as index.The text was updated successfully, but these errors were encountered: