Oliver Ruebel
Oliver Ruebel
I agree that this would be useful, but I also think that this is mostly a would-be-nice-to-have feature. My main concern is that the effort required (both in terms of...
Very cool to have a no-code UI for browsing NWB files on DANDI!
> What do you mean by a flat table? In the icephys case, we have a hierarchy of tables where each table in the hierarchy represents a different phase in...
@rly can you clarify why caching the neurodata_types key is a problem and why PyNWB does not cache it?
``DynamicTable.to_dataframe`` by default resolves the DynamicTableRegion links and will return a nested DataFrame, i.e., each cell of the column will itself contain a DynamicTableRegion with the data from the linked...
Also, if you have a DynamicTable ``ds`` and want to exclude any DynamicTableRegion columns when converting to a pandas DataFrame then I think the following should work: ``` ds.to_dataframe(exclude=set(ds.get_foreign_columns()) ```
Could you clarify which specific data you want to exclude? Is this something the user would specify? If you just want it for print, how meaningful are the lazy objects...
Just a thought, maybe Sphinx Gallery needs to be updated to create the notebooks in a new version of the notebook schema to work with nwb-widgets?
@bendichter I think the proper way to do this will be to add in the future the ability to express additional constrains on datasets in the specification language. The behavior...
My main concerns are that I don't like implicit behaviors and I also don't think that this can be handled via implicit rules. Basically any time a dimension refers to...