On this page
pandas.arrays.DatetimeArray.min
DatetimeArray.min(axis=None, skipna=True, *args, **kwargs)
[source]-
Return the minimum value of the Array or minimum along an axis.
See also
Index.min
- Return the minimum value in an Index.
Series.min
- Return the minimum 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.min.html