How do I convert in Dataprep a string column with format yyyy-mm-dd HH:MM:SS to a datetime column?
string
yyyy-mm-dd HH:MM:SS
datetime
It should be automatically recognized but try replacing the space with a dash and see if it changes to date time data type automatically.