Convert orders["date"] to real timestamps and return the resulting dtype
pandas · from Dates and times
pd.to_datetime.dt accessorDatetimeIndexpartial string indexingTimedeltaPutting the kettle on…
Starting up…
Exercise 1
Convert orders["date"] to real timestamps and return the resulting dtype.
your answer
stuck? the lesson behind it
Dates and times
A date read from a file is a string, and strings sort in the wrong order.