Skip to content

Improve fancy indexing when selecting cross-sections #52

Closed
@wesm

Description

@wesm

Something like

df.ix[0, ['C', 'B', A']]

is currently performing a wasteful reindex(columns=['C', 'B', A']), need to have some better way to infer the "right" order to perform the operations in

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions