Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data should be stored in 1D objects #136

Open
seifertm opened this issue Apr 10, 2016 · 0 comments
Open

Data should be stored in 1D objects #136

seifertm opened this issue Apr 10, 2016 · 0 comments

Comments

@seifertm
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant