csv 數據

csv數據:逗號分隔值,其文件以純文本的形式存儲表格數據(數據和文本)。csv模塊是python的內置模塊,須要引用後再使用html csv.reader(csv_file)python #使用with結構 with open("data/data.csv","r」,encoding="utf8") as fp: data=csv.reader(fp) #使用for迭代reader
相關文章
相關標籤/搜索