Skip to content

Nonunique integer index bug #1609

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

Closed
changhiskhan opened this issue Jul 11, 2012 · 2 comments
Closed

Nonunique integer index bug #1609

changhiskhan opened this issue Jul 11, 2012 · 2 comments
Labels
Bug Indexing Related to indexing on series/frames, not to indexes themselves
Milestone

Comments

@changhiskhan
Copy link
Contributor

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

@wesm
Copy link
Member

wesm commented Jul 11, 2012

Works for me now, safe to close?

@changhiskhan
Copy link
Contributor Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Indexing Related to indexing on series/frames, not to indexes themselves
Projects
None yet
Development

No branches or pull requests

2 participants