tiledbsoma.tiledbsoma_build_index

tiledbsoma.tiledbsoma_build_index(data: ndarray[Any, 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.

  • contextSOMATileDBContext object containing concurrency level.

Lifecycle

Deprecated.