pandas报错: Unable to find a usable engine

秒速五厘米 2023-02-23 08:22 77阅读 0赞

报错信息

  1. "Unable to find a usable engine; "
  2. ImportError: Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.
  3. pyarrow or fastparquet is required for parquet support

解决方法 pip install pyarrow

也可以执行pip install fastparquet

发表评论

表情:
评论列表 (有 0 条评论,77人围观)

还没有评论,来说两句吧...

相关阅读