tiledbsoma.PointCloudDataFrame.write¶
- PointCloudDataFrame.write(values: RecordBatch | Table, *, platform_config: Dict[str, Mapping[str, Any]] | object | None = None) Self ¶
Writes the data from an Arrow table to the persistent object.
As duplicate index values are not allowed, index values already present in the object are overwritten and new index values are added.
- Parameters:
values – An Arrow table containing all columns, including the index columns. The schema for the values must match the schema for the
DataFrame
.
Returns:
self
, to enable method chaining.Lifecycle
Experimental.