03 2023 档案

摘要:# -*- coding: utf-8 -*- """ Spyder Editor This is a temporary script file. """ import pandas as pd import matplotlib.pyplot as plt inputfile = r'C:\Us 阅读全文
posted @ 2023-03-27 15:55 LianGiQ 阅读(64) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- """ Created on Wed Mar 15 14:54:04 2023 @author: 10320 """ import pandas as pd inputfile='D:\大三\数据分析\第四周\实训4\GoodsOrder.csv' d 阅读全文
posted @ 2023-03-15 15:06 LianGiQ 阅读(85) 评论(0) 推荐(0)
摘要:import numpy as np import matplotlib.pyplot as plt from datetime import datetime import seaborn as sns from sklearn.preprocessing import StandardScale 阅读全文
posted @ 2023-03-08 10:33 LianGiQ 阅读(57) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- """ Created on Sun Mar 5 19:51:05 2023 @author: 10320 """ # 代码6-1 import numpy as np import pandas as pd inputfile = 'D:\大三\数据 阅读全文
posted @ 2023-03-05 20:02 LianGiQ 阅读(35) 评论(0) 推荐(0)