Quick Start
References
Guides
Community
Array of homogeneous elements with sparse indices. Interface for working with array as a non-sparse array is available for cases when index values are not important.
First index and value of the array.
First index of the array.
First value of the array.
Return sparse indices iterator.
Array’s next sparse index.
Get sparse indices as a list.
list
Get sparse indices as numpy array.
Return items iterator.
Tuple of array’s next sparse index and value.
Last index and value of the array.
Last index of the array.
Last value of the array.
Get sparse indices and values as :obj:`list`s.
Get sparse indices and values as numpy arrays.
Convert to values list
Return values iterator.
Array’s next value.
Get values as a list.
Get values as numpy array.