Skip to content

BUG: Float64Index.get_value() for tuples. #14092

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
wants to merge 1 commit into from

Conversation

bkandel
Copy link
Contributor

@bkandel bkandel commented Aug 26, 2016

Currently, trying to retrieve one tuple-valued entry in a Series with
a Float64Index will fail (GH 13509). This fixes that bug.

Currently, trying to retrieve one tuple-valued entry in a Series with
a Float64Index will fail (GH 13509). This fixes that bug.
@bkandel bkandel changed the title Fix bug in Float64Index.get_value() for tuples. BUG: Float64Index.get_value() for tuples. Aug 26, 2016
@codecov-io
Copy link

codecov-io commented Aug 26, 2016

Current coverage is 85.26% (diff: 100%)

Merging #14092 into master will increase coverage by <.01%

@@             master     #14092   diff @@
==========================================
  Files           139        139          
  Lines         50492      50486     -6   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits          43053      43049     -4   
+ Misses         7439       7437     -2   
  Partials          0          0          

Powered by Codecov. Last update 185fcbe...2b77554

@jreback jreback added Bug Indexing Related to indexing on series/frames, not to indexes themselves labels Aug 26, 2016
@jreback jreback added this to the 0.19.0 milestone Aug 26, 2016
@jreback jreback closed this in e31f981 Aug 26, 2016
@jreback
Copy link
Contributor

jreback commented Aug 26, 2016

thanks for the fix!

that was completely dead code that you removed! (except of course your example hit it!)

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

Successfully merging this pull request may close these issues.

BUG: Float64Index getitem raises error with tuple-like values
3 participants