Python Falling back to the 'python' engine because the 'c' engine does not support r
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python Falling back to the 'python' engine because the 'c' engine does not support r相关的知识,希望对你有一定的参考价值。
O‘Reilly出版的Wes McKinney编的《Python for Data Analysis》
本人使用工具: PyCharm 2016.3.2
警告:ParserWarning: Falling back to the ‘python‘ engine because the ‘c‘ engine does not support regex separators (separators > 1 char and different from ‘\\s+‘ are interpreted as regex)
解决方法:加上 engine=‘python‘
ratings = pd.read_table(‘data\\ml-1m\\\\ratings.dat‘,sep=‘::‘,header=None,names=rnames,engine=‘python‘)
以上是关于Python Falling back to the 'python' engine because the 'c' engine does not support r的主要内容,如果未能解决你的问题,请参考以下文章
scala终端启动报错:[ERROR] Failed to construct terminal; falling back to unsupported
启动hive报错[ERROR] Terminal initialization failed; falling back to unsupported
hive_异常_01_ Terminal initialization failed; falling back to unsupported
Falling back to java on path. This behavior is deprecated
[ERROR] Terminal initialization failed; falling back to unsupported java.lang.IncompatibleClassChang
spring boot 运行提示:No active profile set, falling back to default profiles: default