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
The region metadata field was introduced at the storage format level to be able to tell which elements a table is annotating, without the need to examine the data in the table.
In memory the region metadata is redundant, as region can be computed on-the-fly looking at
(the above assumes that the region_key column is categorical, which is already a requirement for certain plotting functions and operations (such as rasterize_bins())).
Dropping region will simplify the syntax when dealing with tables. For instance now when calling set_table_annotates_spatialelement(), the user needs to adjust the region metadata manually.
Motivation
The
region
metadata field was introduced at the storage format level to be able to tell which elements a table is annotating, without the need to examine the data in the table.In memory the
region
metadata is redundant, as region can be computed on-the-fly looking at(the above assumes that the
region_key
column is categorical, which is already a requirement for certain plotting functions and operations (such asrasterize_bins()
)).Dropping
region
will simplify the syntax when dealing with tables. For instance now when callingset_table_annotates_spatialelement()
, the user needs to adjust theregion
metadata manually.Plan
With this issue we propose (@melonora and I) to:
region
metadata in-memoryregion
metadataThe text was updated successfully, but these errors were encountered: