-
-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Closed
Labels
Duplicate ReportDuplicate issue or pull requestDuplicate issue or pull requestOutput-Formatting__repr__ of pandas objects, to_string__repr__ of pandas objects, to_string
Description
I have a Series of "dates" (actually datetimes all at midnight), Is there any way to get this Series or column to render as just the date without the time string of "00:00:00"?
In [248]:
pd.Series([datetime(2013,1,1),datetime(2013,2,1)])
Out[248]:
0 2013-01-01 00:00:00
1 2013-02-01 00:00:00
dtype: datetime64[ns]
Metadata
Metadata
Assignees
Labels
Duplicate ReportDuplicate issue or pull requestDuplicate issue or pull requestOutput-Formatting__repr__ of pandas objects, to_string__repr__ of pandas objects, to_string