pandas.DatetimeIndex.date¶
- property DatetimeIndex.date[source]¶
Returns numpy array of python
datetime.date
objects.Namely, the date part of Timestamps without time and timezone information.
Returns numpy array of python datetime.date
objects.
Namely, the date part of Timestamps without time and timezone information.