I have a dataframe with a column containing strings that represent date and time like this:
0 Fri Oct 19 17:42:31 2018
1 Fri Oct 19 17:42:31 2018
2 Fri Oct 19 17:42:31 2018
3 Fri Oct 19 17:42:31 2018
4 Fri Oct 19 17:42:31 2018
How can I parse the strings to get the time and the data in datetime format?