tiledbsoma.ExperimentAxisQuery.var¶
- ExperimentAxisQuery.var(*, 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
var
as an Arrow table iterator.Lifecycle: maturing