convert weird date string into date format in pyspark
I have a csv file with the date column. The date is coming in a strange format. Below are some examples: May the 9th of 2022 September the 17th of 2022 June the 09th of 2022 I am creating a glue job to load data into Redshift. How do I convert these weird looking string… Read More convert weird date string into date format in pyspark