03 2023 档案

摘要:# -*- coding: utf-8 -*-"""Created on Mon Mar 20 15:12:41 2023 @author: admin""" import pandas as pdimport matplotlib.pyplot as plt inputfile ='C:\\Use 阅读全文
posted @ 2023-03-26 19:30 散状 阅读(101) 评论(0) 推荐(0)
摘要:import numpy as np import pandas as pd inputfile="C:\\Users\\ASUS\\Documents\\WeChat Files\\wxid_ivbyuelp335q22\\FileStorage\\File\\2023-03\\GoodsOrde 阅读全文
posted @ 2023-03-19 19:19 散状 阅读(86) 评论(0) 推荐(0)
摘要:import pandas as pddatafile="C:\\Users\\ASUS\\Documents\\WeChat Files\\wxid_ivbyuelp335q22\\FileStorage\\File\\2023-03\\air_data.csv"resultfile="C:\\U 阅读全文
posted @ 2023-03-12 21:02 散状 阅读(84) 评论(0) 推荐(0)
摘要:import syssys.path.append('../code') # 设置路径import numpy as npimport pandas as pdfrom GM11 import GM11# 引入自编的灰色预测函数import matplotlib.pyplot as plt inpu 阅读全文
posted @ 2023-03-05 20:30 散状 阅读(105) 评论(0) 推荐(0)