Skip to content
Draft

Test #95

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ which provides advanced APIs for reading, writing, and using HDMF-common data ty

The HDMF-common schema provides the following data structures:

- **DynamicTable**: A column-based table data structure that supports ragged columns and one-to-one and one-to-many relationships.
- **DynamicTable**: A column-based-table data structure that supports ragged columns and one-to-one and one-to-many relationships.
- **VectorData**: A data structure for representing a column of a **DynamicTable**.
- **VectorIndex**: A data structure for indexing a **VectorData**. This is used to store one-to-many relationships.
- **ElementIdentifiers**: A 1D array for storing primary identifiers for elements of a table.
Expand Down
Loading