Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是python的初学者。我导入了 csvkit,并尝试将 excel 文件转换为 CSV 文件。但我得到语法错误。
有人可以帮我吗?
谢谢!
import csvkit in2csv 2014.xlsx > 2014.csv File "<ipython-input-18-696ca5bd43c2>", line 1 in2csv 2014.xlsx > 2014.csv ^ SyntaxError: invalid syntax
csvkit 是一个命令行实用程序。看起来您正在尝试在 python 脚本中使用。