compose_indexers

function of dascore.utils.indexing source

compose_indexers(
    size: int ,
    first: int | slice | numpy.ndarray[int, <class ’slice, ndarray] ,
    second: int | slice | numpy.ndarray[int, <class ’slice, ndarray] ,
)-> ‘int | slice | np.ndarray’

Compose positional selections without expanding an evenly spaced range.