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

Store metadata about indexed_pieces and aggregated pieces in dataframes. #420

Open
alexandermorgan opened this issue Sep 8, 2016 · 0 comments

Comments

@alexandermorgan
Copy link
Contributor

alexandermorgan commented Sep 8, 2016

Dataframes would be a better container for the metadata about a piece and about a group of pieces. This data structure would facilitate the assignment of metadata (which is currently laboriously element-wise) and combining of metadata about individual indexed_pieces to the metadata about their containing aggregated_piece object. This is related to issue #408 and unfortunately won't get addressed in time for VIS 3.0. Since the metadata is currently stored in a dictonary, and you can build a dataframe from a dictionary easily, this shouldn't be too difficult.

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