使用 Canopy Express (win 10) 在文件中保存逗号分隔值

Saving comma separated values in a file with Canopy Express (win 10)

我是 Canopy Express 用户,正在寻找一种从 csv 文件写入 to/read 的方法。 Canopy(在 Win 10 上)的默认安装似乎不包含 csv 模块。我有哪些选择?

这是 Python 标准库的一部分,不是附加包。 https://docs.python.org/2/library/csv.html

你试过了吗import csv