Skip to content

Curious: df.ix[False] returns the first row #2199

@ghost

Description

In [21]: df=pd.DataFrame({"a":[1,2,3]})
    ...: df.ix[False]
Out[21]: 
a    1
Name: 0

Don't know if this is a bug or intentiional.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions