tiledbsoma.DataFrame.domain

property DataFrame.domain: Tuple[Tuple[Any, Any], ...]

Returns tuples of minimum and maximum values, one tuple per index column, currently storable on each index column of the dataframe. These can be resized up to maxdomain.

Lifecycle

Maturing.