Converting a datetime column back to a string columns? Pandas - Python - Stack Overflow

PHOTO EMBED

Sun Aug 09 2020 09:38:23 GMT+0000 (Coordinated Universal Time)

Saved by @arielvol #python

all_data['Order Day new'] = all_data['Order Day new'].dt.strftime('%Y-%m-%d')
content_copyCOPY

https://stackoverflow.com/questions/28694025/converting-a-datetime-column-back-to-a-string-columns-pandas-python