Skip to content

BUG: non unique indexing via loc broken #3659

Closed
@jreback

Description

@jreback

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

Metadata

Metadata

Assignees

Labels

BugIndexingRelated to indexing on series/frames, not to indexes themselves

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions