Site Navigation
Return date object with same year, month and day.
Examples
>>>ts=pd.Timestamp('2023-01-01 10:00:00.00')>>>tsTimestamp('2023-01-01 10:00:00')>>>ts.date()datetime.date(2023, 1, 1)
Timestamp.date()