We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
related to #1586
In [8]: s = Series(range(5), index=[2, 0, 0, 1, 1])
In [9]: s Out[9]: 2 0 0 1 0 2 1 3 1 4
In [10]: s[2] ... KeyError: 0
The text was updated successfully, but these errors were encountered:
Works for me now, safe to close?
Sorry, something went wrong.
Yeah. Please do. On Jul 11, 2012 7:56 PM, "Wes McKinney" < [email protected]> wrote:
Works for me now, safe to close? Reply to this email directly or view it on GitHub: #1609 (comment)
Reply to this email directly or view it on GitHub: #1609 (comment)
No branches or pull requests
related to #1586
In [8]: s = Series(range(5), index=[2, 0, 0, 1, 1])
In [9]: s
Out[9]:
2 0
0 1
0 2
1 3
1 4
In [10]: s[2]
...
KeyError: 0
The text was updated successfully, but these errors were encountered: