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函数
相关文章
相关标签/搜索