pandas.Series.dt.date#

Series.dt.date[source]#

Returns numpy array of python datetime.date objects.

Namely, the date part of Timestamps without time and timezone information.