So I have a timestamp column that is formatted as a string and looks like this:
2021-06-07T05:00:52.000000Z
Any advice on how I can get this converted to a normal numeric continuous timestamp?
How to deal with the "T" and the "Z"?
So I have a timestamp column that is formatted as a string and looks like this:
2021-06-07T05:00:52.000000Z
Any advice on how I can get this converted to a normal numeric continuous timestamp?
How to deal with the "T" and the "Z"?