tiledbsoma.ExperimentAxisQuery.obs

ExperimentAxisQuery.obs(*, column_names: Sequence[str] | None = None, batch_size: BatchSize = BatchSize(count=None, bytes=None), partitions: ReadPartitions | None = None, result_order: ResultOrder | Literal['auto', 'row-major', 'column-major'] = ResultOrder.AUTO, platform_config: Dict[str, Mapping[str, Any]] | object | None = None) ReadIter[Table]

Returns obs as an Arrow table iterator.

Lifecycle: maturing