AllenNeuralDynamics / AllenNeuralDynamics/aind-nwb-utils

[Feature request] Create an object that loads NWB datasets as a `DataFrame` or `DataArray`

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

This object should search for any datasets within the NWB file and make them accessible via dot notation (substituting underscores for any spaces in the name). For example, if an NWB file contains multiple datasets within `acquisition` or `processing` groups, these can be loaded by typing e.g., `session.Probe-A-LFP`, instead of using the full path within the file. We just have to be careful about potential naming conflicts, in case multiple datasets have the same base name, but different paths.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.