Skip to content

Index by any primary key #3

Description

@jhamrick

You can index by row label in a DataFrame using ix or xs -- e.g. df.ix['row_name'] or df.xs('row_name'). It would be nice to have a similar functionality in Table so you don't have to use select to get a specific row when you know the primary key.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions