Feb-03-2021, 01:41 PM
When I create a series object, I specify the type without time: 'datetime64[D]'. But when I look at the data type of this series in the debugger, I see the presence of time: 'datetime64[ns]'.
Things get even worse when I start plotting: the empty time is reflected in the chart as zeros: 2020-04-05 00:00:00
How to get rid of the time and leave only the date?
Things get even worse when I start plotting: the empty time is reflected in the chart as zeros: 2020-04-05 00:00:00

How to get rid of the time and leave only the date?