dbtools icon indicating copy to clipboard operation
dbtools copied to clipboard

Index by any primary key

Open jhamrick opened this issue 12 years ago • 0 comments

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.

jhamrick avatar Apr 15 '13 01:04 jhamrick