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
This issue is to discuss the possibility of allowing multiple tables per SpatialData object. The implementation may be a list of tables, a dictionary of tables, or a MuData object containing multiple tables. Below are the notes from the Oct 28, 2022 hackathon in Munich. cc @giovp , @LucaMarconato , @ivirshup .
Single-table
Pro
Intuitive compounds statements for queries on tables
This issue is to discuss the possibility of allowing multiple tables per
SpatialData
object. The implementation may be a list of tables, a dictionary of tables, or a MuData object containing multiple tables. Below are the notes from the Oct 28, 2022 hackathon in Munich. cc @giovp , @LucaMarconato , @ivirshup .Single-table
Pro
Cons
SpatialDataContainer
Multi-table
Pro
see https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.query.html
Cons
The text was updated successfully, but these errors were encountered: