摘要: 1 import pandas as pd 2 import matplotlib.pyplot as plt 3 4 inputfile ='original_data.xls' #' # 输入的数据文件 5 data = pd.read_excel(inputfile) # 读取数据 6 7 # 阅读全文
posted @ 2023-03-26 19:49 好想看你的微笑 阅读(29) 评论(0) 推荐(0) 编辑