CSV文件格式分析

import csv from datetime import datetime from matplotlib import pyplot as plt filename = '锡特卡天气07-2014.csv' with open(filename) as f: reader = csv.reader(f) #读取文件第一行 header_row = next(read
相关文章
相关标签/搜索