I have string type date data like the below;
date(String) | new date(String) |
---|---|
6/23/2024 | 2024-06-23 |
1/8/2023 | 2023-08-01 |
2024-05-20 | 2024-05-20 |
how can I change from date(string) column to new date(string) format using pyspark?
They both are string types