Expand description
Advanced indexing operations
Functions§
- argmax
- Find indices of maximum values
- argmin
- Find indices of minimum values
- argsort
- Sort indices (argsort)
- boolean_
indexing_ 1d - Boolean indexing for 1D arrays
- boolean_
indexing_ 2d - Boolean indexing for 2D arrays (row-wise)
- compress_
1d - Compress array with boolean mask
- create_
mask - Create boolean mask from condition function
- fancy_
indexing_ 1d - Fancy indexing for 1D arrays with multiple indices
- fancy_
indexing_ 2d - Fancy indexing for 2D arrays
- filter_
array - Filter array with condition function
- put_1d
- Put values at indices
- slice_
with_ step - Slice with step (like Python’s array[start:end:step])
- take_1d
- Take elements at indices
- where_
condition - Apply where condition (like numpy.where)