Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
.at and .iat indexing with Float64Index #8092
Comments
|
yep, was not tested, so broken. work-around is pull-requests welcome as well! |
jreback
added Bug Indexing Dtypes
labels
Aug 22, 2014
jreback
added this to the
0.15.0
milestone
Aug 22, 2014
|
pr coming |
cpcloud
self-assigned this
Aug 22, 2014
cpcloud
closed this
in #8094
Aug 22, 2014
cpcloud
was unassigned
by wesm
Oct 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IanSudbery commentedAug 22, 2014
Using .at and .iat indexing with a Float64Index produces an error:
I'm not sure if this is intended behavoir. The docs only talk about [], loc, iloc and ix indexing with Float64Index, but if so, perhaps a more useful error message would be in order. I wasn't even aware my index was Float64. Its gotten changed at some point without me being aware of it.