Skip to content

Data should be stored in 1D objects #136

Open
@seifertm

Description

@seifertm

All data that is stored currently resides in DataTable, which is a two-dimensional data store. One-dimensional slices, such as Column and Row are derived from DataTable. Instead, they should be used to store the data and DataTable should aggregate the one-dimensional data structures.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions