I want to separate these column into two, since Excel extract function just takes way too much I figured I could do it in Python with Jupyter Notebook, using Pandas. But I haven't really do this before, normally I would have data already treated so I am having difficulties.
I tried using excel but it takes forever.
+---------------------+----------------------+-----------------+
| date + hour | date only | hour only |
+---------------------+----------------------+-----------------+
| 01/01/19 01 | 01/01/2019 (formated)| 1 (number) |
+---------------------+----------------------+-----------------+
+---------------------+----------------------+-----------------+
| date + hour | date only | hour only |
+---------------------+----------------------+-----------------+
| 01/01/19 01 | 01/01/2019 (formated)| 1 (number) |
+---------------------+----------------------+-----------------+