shyam_9
Databricks Employee
Databricks Employee

If you are using the Databricks notebook the above code works and for Pandas use below code,

df['Date']= pd.to_datetime(df['Date'])