pandas.arrays.DatetimeArray.max — pandas 0.24.0rc1 documentation (original) (raw)
DatetimeArray.
max
(axis=None, skipna=True, *args, **kwargs)[source]¶
Return the maximum value of the Array or maximum along an axis.
See also
Index.max
Return the maximum value in an Index.
Series.max
Return the maximum value in a Series.