As I am a new in python world I would like to ask some more experienced developers to help me combining these 2 columns please. SO I have DATE and time in one column.
I would normally add two of them data['Date'] + data['Time'] but date is not really recognized a column and therefore I can not do it here.
Thanks for help guys!