tiledbsoma.DataFrame.__init__¶
- DataFrame.__init__(handle: SOMAArray | SOMADataFrame | SOMAPointCloudDataFrame | SOMAGeometryDataFrame | SOMASparseNDArray | SOMADenseNDArray | SOMAGroup | SOMACollection | SOMAMeasurement | SOMAExperiment | SOMAScene | SOMAMultiscaleImage, *, uri: str, context: SOMATileDBContext, _dont_call_this_use_create_or_open_instead: str = 'unset') None¶
Internal-only common initializer steps.
This function is internal; users should open TileDB SOMA objects using the
create()andopen()factory class methods.