pandera.typing.dask.Index¶
- class pandera.typing.dask.Index(expr)[source]¶
Representation of pandas.Index, only used for type annotation.
new in 0.8.0
Attributes
axescolumnsdaskdefault_dtypedivisionsTuple of
npartitions + 1values, in ascending order, marking the lower/upper bounds of each partition's index.dtypedtypesReturn data types
exprindexReturn dask Index instance
is_monotonic_decreasingReturn boolean if values in the object are monotonically decreasing.
is_monotonic_increasingReturn boolean if values in the object are monotonically increasing.
known_divisionsWhether the divisions are known.
locPurely label-location based indexer for selection by label.
namenbytesNumber of bytes
ndimReturn dimensionality
npartitionsReturn number of partitions
partitionsSlice dataframe by partitions
shapeReturn a tuple representing the dimensionality of the DataFrame.
sizeSize of the Series or DataFrame as a Delayed object.
valuesReturn a dask.array of the values of this dataframe
Methods