Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 06:56 AM
Hi Team, @Merca Ovnerud
I am also facing same issue , below is the code snippet which I am using
df=spark.read.format("com.crealytics.spark.excel").option("header","true").load("/mnt/dataplatform/Tenant_PK/Results.xlsx")
I have a couple of date columns , all are showing dd/mm/yy format but it has to come as dd/mm/yyyy format
source file has: 26-03-1950
Dataframe has : 26-03-50
I have used parse_dates=False but it is not working, Can any one help on this