摘要: import pandas as pddatafile= 'D://人工智能//air_data.csv' # 航空原始数据,第一行为属性标签resultfile = 'D://人工智能/tmp/explore.csv' # 数据探索结果表# 读取原始数据,指定UTF-8编码(需要用文本编辑器将数据 阅读全文
posted @ 2023-03-12 21:30 徐韵晴 阅读(33) 评论(0) 推荐(0)