-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
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. |
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. |
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... |
@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.
The text was updated successfully, but these errors were encountered: