On this page
pandas.arrays.DatetimeArray.max
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.
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.24.2/reference/api/pandas.arrays.DatetimeArray.max.html