I have this date format (date integer) in a pandas column that I want to show as a datetime format (python)
"/Date(1656626400000+0200)/" I tried pd.to_datetime() and variations but it didn't work out, someone knows the best to way to achieve this?
Thank you in advance!