exa-analytics / exa

The exa framework for data management, processing, and visualization
https://exa-analytics.github.io/exa
Apache License 2.0
2 stars 10 forks source link

Extend Data class to support Field behavior #185

Open tjduigna opened 4 years ago

tjduigna commented 4 years ago

Also related to #167

Field additionally supports a list of field_values along with its core dataframe data concept. I think it is specific enough that it deserves to live in a subclass of Data rather than on data directly.

Such a FieldData needs to include a list of 1D arrays that is consistent with the number of records in the housed data() that supports saving and loading these 1D arrays.