python处理csv数据
生活随笔
收集整理的這篇文章主要介紹了
python处理csv数据
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Python代碼?? import?csv?? ?? #從文件讀取?? reader?=?csv.reader(file(srcFilePath,'rb'))?? ?? for?line?in?reader:?? ????#忽略第一行?? ????if?reader.line_num?==?1:?? ????????continue?? ?? ????#line是個list,取得所有需要的值?? ????type?=?line[0]?? ?? ?? #寫入文件?? writer?=?csv.writer(open(targetFile,"wb"),quoting=csv.QUOTE_ALL)?? ?? #傳入list?? writer.writerow(["121","121"])?? ?? #傳入2緯list?? writer.writerows([["121","121"]])??
官網文檔:http://docs.python.org/library/csv.html?highlight=csv#module-csv?
總結
以上是生活随笔為你收集整理的python处理csv数据的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: wpsofficeapp的excel表格
- 下一篇: 阴阳师灯笼鬼哪里多