标签: python csv formatting
我正在使用dict从DictWriter写入一个csv文件。任何浮点数都带有句点。我想用逗号格式化数字,以便Excel正确识别数字。我该如何实现?
dict
DictWriter