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