摘要:
import pandas as pd df = pd.read_csv('tf.csv',header=None,names=['a','b','c','d','e','f','g','h','i','j','k']) df.to_csv('tf.csv',index=False) """ tf. 阅读全文
posted @ 2021-02-06 22:58 小翁好 阅读(8119) 评论(0) 推荐(0)
|
摘要:
import pandas as pd df = pd.read_csv('tf.csv',header=None,names=['a','b','c','d','e','f','g','h','i','j','k']) df.to_csv('tf.csv',index=False) """ tf. 阅读全文
posted @ 2021-02-06 22:58 小翁好 阅读(8119) 评论(0) 推荐(0) |
||