You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Currently we store variable level metadata in the Table object, but not entity level metadata. We should decide whether we want to store it globally in a single file for the whole dataset, or whether we want to do it per table.
The text was updated successfully, but these errors were encountered:
Thinking about this more, I think we should just store entity metadata in VariableMeta, and just adapt it so that it has the fields we want/need for categorical data too.
One problem with this approach is that whilst we can say:
table.gdp.title = 'GDP in 2011 international $'
We don't have an obvious way of doing that for fields in the index, i.e. we can't write:
Currently we store variable level metadata in the
Table
object, but not entity level metadata. We should decide whether we want to store it globally in a single file for the whole dataset, or whether we want to do it per table.The text was updated successfully, but these errors were encountered: