issues
search
oruebel
/
ndx-icephys-meta
NWB extensions for origanizing intracellular electrophysiology metadata
Other
6
stars
0
forks
source link
Test and fix AlignedDynamicTable.to_dataframe
#58
Closed
oruebel
closed
4 years ago
oruebel
commented
4 years ago
This PR:
Adds unit tests for AlignedDynamicTable.to_dataframe
Removes parameters that were specific for the IntracellularRecordings table from AlignedDynamicTable.to_dataframe
Adds the corresponding options to IntracellularRecordingsTable.to_dataframe
Adds tests for to_hierarchical_dataframe on empty data with flat_column_index set to True
Fixes and index-error in the to_hierarchical_dataframe function found in the new tests
This PR: