Python 讀取csv的某列

假設「A.csv「文件內容是:html No.,Name,Age,Score 1,Apple,12,98 2,Ben,13,97 3,Celia,14,96 4,Dave,15,95 利用Python自帶的 https://docs.python.org/2/library/csv.html模塊 ,有兩種方法能夠提取其中的一列:python 方法一 reader函數 第一種方法使用reader函數
相關文章
相關標籤/搜索