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

Unordered duplicate index doesn't yield scalar value #1586

Closed
wesm opened this issue Jul 8, 2012 · 1 comment
Closed

Unordered duplicate index doesn't yield scalar value #1586

wesm opened this issue Jul 8, 2012 · 1 comment
Labels
Milestone

Comments

@wesm
Copy link
Member

wesm commented Jul 8, 2012

In [13]: obj = Series(range(5), index=['c', 'a', 'a', 'b', 'b'])

In [14]: obj['c']
Out[14]: c    0
@wesm
Copy link
Member Author

wesm commented Jul 11, 2012

thanks d00d!

@wesm wesm closed this as completed Jul 11, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant