How can I typecast a string type to timestamp in Pyspark
The stringtype data is like this 2024-04-02-19.02.20.000000. I need this column data in timestamp.
Column is of type String, need to convert in timestamp
How can I typecast a string type to timestamp in Pyspark
The stringtype data is like this 2024-04-02-19.02.20.000000. I need this column data in timestamp.
Column is of type String, need to convert in timestamp