pandas中datetime格式转成字符串

可以使用pandas中的to_datetime函数将datetime格式转换为字符串,例如:pd.to_datetime(datetime_object).strftime('%Y-%m-%d %H:%M:%S')

你可能感兴趣的:(pandas,python,数据分析,开发语言,数据挖掘)