🍾 Xarray is now 10 years old! 🎉

xarray.core.indexing.LazilyVectorizedIndexedArray

xarray.core.indexing.LazilyVectorizedIndexedArray#

class xarray.core.indexing.LazilyVectorizedIndexedArray(array, key)[source]#

Wrap an array to make vectorized indexing lazy.

__init__(array, key)[source]#
Parameters:

Methods

__init__(array, key)

Parameters:
  • array (array_like) -- Array like object to index.

get_duck_array()

transpose(order)

Attributes

array

key

dtype

ndim

Number of array dimensions.

oindex

shape

size

Number of elements in the array.

vindex