tiledbsoma.PointCloudDataFrame.keys

PointCloudDataFrame.keys() Tuple[str, ...]

Returns the names of the columns when read back as a spatial dataframe.

Examples

>>> with tiledbsoma.open("a_dataframe") as soma_df:
...     k = soma_df.keys()
...
>>> k
('soma_joinid', 'col1')

Lifecycle

Experimental.