0
点赞
收藏
分享

微信扫一扫

arserWarning: Falling back to the ‘python‘ engine because the ‘c‘ engine does not support regex sepa


文章目录


原来的代码为:


df=read_csv('./rz10.csv',names=['YHM','DLSJ','TCSJ','YWXT','IP','REMARK'],sep=" ,")

报错如下:
arserWarning: Falling back to the ‘python‘ engine because the ‘c‘ engine does not support regex sepa_ar
解决方法:
追加一个参数:​​​engine='python'​​​ 成功如下:
arserWarning: Falling back to the ‘python‘ engine because the ‘c‘ engine does not support regex sepa_解决方法_02


举报

相关推荐

0 条评论