I have a data frame with one column and I'd like to split it into two columns and
for example
colonne 1
10/10/2020 00:03:00
10/10/2020 00:07:00 ....
and i want it to be like that :
date hour
10/10/2020 00:03:00 ....
I have a data frame with one column and I'd like to split it into two columns and
for example
colonne 1
10/10/2020 00:03:00
10/10/2020 00:07:00 ....
and i want it to be like that :
date hour
10/10/2020 00:03:00 ....