Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2019 08:12 AM
If you are using the Databricks notebook the above code works and for Pandas use below code,
df['Date']= pd.to_datetime(df['Date'])