Skip to content

ENH: support coordinate access for indexing #7138

Closed
@jreback

Description

@jreback

df.iloc[[0,1],[0,1]] means return the square 0-1 rows and 0-1 columns

might be nice to have a way to mean return the coordinates (0,0),(0,1)

related #7522

http://stackoverflow.com/questions/23686561/slice-a-pandas-dataframe-by-an-array-of-indices-and-column-names/23686855#23686855

Metadata

Metadata

Assignees

No one assigned

    Labels

    API DesignClosing CandidateMay be closeable, needs more eyeballsIndexingRelated to indexing on series/frames, not to indexes themselves

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions