tiledbsoma.tiledbsoma_build_index¶
- tiledbsoma.tiledbsoma_build_index(data: ndarray[tuple[int, ...], dtype[int64]] | Array | IntegerArray | Series | IntegerArray | ChunkedArray | list[int], *, context: SOMATileDBContext | None = None) IndexLike¶
 Initialize re-indexer for provided indices (deprecated).
Provides the same functionality as the``IntIndexer`` class.
- Parameters:
 data – Integer keys used to build the index (hash) table.
context –
SOMATileDBContextobject containing concurrency level.
Lifecycle
Deprecated.