No, DataFrames are not indexed. For now, you’d need to build a wrapper that indexes a DataFrame to get that kind of functionality.
— John On Sep 7, 2014, at 9:53 AM, Steven Sagaert <[email protected]> wrote: > Hi, > I was wondering if searching in a dataframe is indexed (in the DB sense, not > array sense. e.g. a tree index structure) or not? If so can you have multiple > indices (on multiple columns) or not?
