标签: 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'>
TypeError: cannot convert the series to <class 'int'>