Hi @LucaMarconato
@timtreis said you're already having issues with some relational query functions, just wanted to let you know that I ran into this issue today:
from spatialdata._core.query.relational_query import match_table_to_element
from spatialdata.datasets import blobs
blob = blobs()
match_table_to_element(blob, "blobs_labels")
gives me AttributeError: 'SpatialImage' object has no attribute 'index'

Hi @LucaMarconato
@timtreis said you're already having issues with some relational query functions, just wanted to let you know that I ran into this issue today:
gives me

AttributeError: 'SpatialImage' object has no attribute 'index'