Skip to content

Possibility to associate metadata to each cell of an array #689

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

Open
alixdamman opened this issue Sep 14, 2018 · 3 comments
Open

Possibility to associate metadata to each cell of an array #689

alixdamman opened this issue Sep 14, 2018 · 3 comments

Comments

@alixdamman
Copy link
Collaborator

@gdementen One of our team specifically asked for this feature. We need more information about how they want to use these metadata before to start any implementation work on this feature.

@alixdamman alixdamman added this to the 0.30 milestone Sep 14, 2018
@gdementen
Copy link
Contributor

To each data? You mean for each cell? I guess this is to contain the "letters" present in some eurostat datasets (provisional etc). Currently we could have an object array next to the main array containing the letters. Or maybe it would be better in this particular case to have several boolean arrays.

We will probably want to add native support for attaching such (an) array(s) to the main array. eg.
arr.cellmeta
or arr.cellmeta.provisional

@alixdamman
Copy link
Collaborator Author

Yes to each cell and yes, I suppose it is related to some associated "letters".

What you propose is to have something like Numpy masked_array (depending if they need performance or not)? I think they want to make aggregations or manipulations according to subsets defined by these metadata.

Well, we first need to discuss with the members of this team before to think about any implementation.

@gdementen
Copy link
Contributor

Yes, that would be somewhat similar to masked_array except there could be several masks. We indeed need more information. As a side note, I think 0.30 is too early for this feature...

@alixdamman alixdamman modified the milestones: 0.30, 0.31 Sep 14, 2018
@gdementen gdementen changed the title (Eurostat data) Find a way to associate metadata to each data of an array (Eurostat data) Find a way to associate metadata to each cell of an array Jan 9, 2019
@gdementen gdementen changed the title (Eurostat data) Find a way to associate metadata to each cell of an array Possibility to associate metadata to each cell of an array Jan 9, 2019
@alixdamman alixdamman modified the milestones: 0.31, 0.32 Jan 31, 2019
@alixdamman alixdamman removed this from the 0.32 milestone Aug 1, 2019
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

2 participants