pd.Index.min
¶
pandasIndex.min(axis=None, skipna=True, *args, **kwargs)
Supported Arguments: None¶
Supported Index Types
- NumericIndex
- RangeIndex
- CategoricalIndex
- TimedeltaIndex
- DatetimeIndex
Important
- Bodo Does Not support
args
andkwargs
, even for compatibility. - For DatetimeIndex, will throw an error if all values in the index are null.