wsr13990
4/30/2019 - 1:44 PM

pandas column to datetime

raw_data['Mycol'] =  pd.to_datetime(raw_data['Mycol'], format='%Y-%m-%d')