BUG: non unique indexing via loc broken #3659

Closed
jreback opened this Issue May 20, 2013 · 0 comments

Comments

Projects
None yet
1 participant
Contributor

jreback commented May 20, 2013

This throws a weird error

df = DataFrame({'A' : [1,2,3,4], 'B' : [3, 4, 5, 6]}, index = [0,1,0,1]) 
df.loc[1:]

https://groups.google.com/forum/?fromgroups#!topic/pydata/zTm2No0crYs

jreback was assigned May 20, 2013

jreback closed this in #3661 May 20, 2013

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