datetime错误TypeError:无法将系列转换为<class'int'=“”>

时间:2018-11-26 02:16:01

标签: pandas datetime

嗨,我正在尝试从数据帧中删除一行,该数据帧是从看起来像enter image description here的CSV文件中加载的:

no_show_appointment['ScheduledDay'] = pd.datetime(no_show_appointment.ScheduledDay)

但我收到此错误:TypeError: cannot convert the series to <class 'int'>

0 个答案:

没有答案