date-conversion

convert weird date string into date format in pyspark

convert weird date string into date format in pyspark Question: 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 …

Total answers: 1

Convert "unknown format" strings to datetime objects?

Convert "unknown format" strings to datetime objects? Question: This is probably a very basic question but after reading documentation I still can’t figure out how to do it… I have two strings in Python that contain dates of unknown format. I don’t know what formats they are in, except I know that both are valid …

Total answers: 1