Skip to content

Commit

Permalink
Advanced convert to Pandas for hierarchcial DynamicTables (#13)
Browse files Browse the repository at this point in the history
* 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
oruebel authored Nov 19, 2019
1 parent 2495d4e commit 82fa61a
Show file tree
Hide file tree
Showing 9 changed files with 5,803 additions and 153 deletions.
8 changes: 8 additions & 0 deletions spec/ndx-icephys-meta.extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,14 @@ groups:
groups:
- name: intracellular_ephys
doc: expand definition from NWBFile
datasets:
- name: filtering
dtype: text
doc: '[DEPRECATED] Use IntracellularElectrode.filtering instead. Description
of filtering used. Includes filtering type and parameters, frequency fall-off,
etc. If this changes between TimeSeries, filter description should be stored
as a text attribute for each TimeSeries.'
quantity: '?'
groups:
- name: intracellular_recordings
neurodata_type_inc: IntracellularRecordings
Expand Down
2,601 changes: 2,601 additions & 0 deletions src/pynwb/examples/icephys_meta_query_example.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 82fa61a

Please sign in to comment.