BUG: at allowing fallback type indexing (which is not correct, its a restricted version of loc) #7814

Closed
jreback opened this Issue Jul 21, 2014 · 0 comments

Comments

Projects
None yet
1 participant
Contributor

jreback commented Jul 21, 2014

xref #7651

In [19]: s = pd.Series([1,2,3], index=list('abc'))

In [20]: s.at['a']
Out[20]: 1

In [23]: s.at[0]
Out[23]: 1

jreback added this to the 0.15.0 milestone Jul 21, 2014

jreback closed this in #8320 Sep 19, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment