Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Advanced convert to Pandas for hierarchcial DynamicTables (#13)
* Added HierarchicalDynamicTableMixin class * Added example illustrating the use of HierarchicalDynamicTableMixin * Support construction of MultiIndex on the columns when converting to a DataFrame * Update conversion to hierarchical table to move id of lowest table to the main columns * Add helper functions to the tests to create a more realistic test file to evaluate query * Added work-in-progress draft for query notebook * Update tests to work with changes in HDMF for pandas seletions on DynamicTables * Fix #12 . Return index of the row being added to a table * Fix #14 . Declare filtering attribute of intracellular ephys as deprecated
- Loading branch information