cs63295550
2017-05-13 07:35使用shell或者python,在csv文件中,第一行标题头中,增加3列
20例如:有 a.csv文件内容如下
Name,Age,Tel,
cz,27,13333333333,
cc,29,13344444444,
修改后csv内容为:
ID,School,Address,Name,Age,Tel,
,,, cz,27,13333333333,
,,, cc,29,13344444444,
- 点赞
- 回答
- 收藏
- 复制链接分享
5条回答
为你推荐
- [注册表]修复Python文件右键无Edit with IDLE问题中产生了一些疑惑
- python
- 3个回答
- 在程序化Shell命令执行中嵌入环境变量
- shell
- bash
- 2个回答
- 在Golang中解密在Python AES CFB中加密的内容
- python
- cryptography
- aes
- 1个回答
- 使用shell_exec写入Python中的文本文件
- python
- php
- 1个回答
- shell里面怎么调用、执行python文件?
- python
- 0个回答
换一换