Convert the 'Time' column

In the Trading Strategy using Classification: SVM, one of the task is to change the 'Time' column to a 'datetime' format.



one of the code: Df['time] = Df['Time'].



What is the purpose of this code? Any difference of 'time' and 'Time'?

Hi Nick,



There is no usage for the mentioned code. We have removed that part and updated the notebook.



Thanks!