美文网首页
pandas.read_table()报错

pandas.read_table()报错

作者: 夜霸槽 | 来源:发表于2017-06-02 13:53 被阅读0次

    报错:
    engine because the 'c' engine does not support regex separators (separators······

    加上 engine='python'
    movies = pd.read_table('C:\SOFT\program\code\AutoTest\pydata\ch2\movies.dat',sep = '::',header = None ,names=mnames,engine='python')

    相关文章

      网友评论

          本文标题:pandas.read_table()报错

          本文链接:https://www.haomeiwen.com/subject/fphufxtx.html