dbtools
dbtools copied to clipboard
Index by any primary key
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.