国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

您的位置:首頁技術(shù)文章
文章詳情頁

Python讀取xlsx數(shù)據(jù)生成圖標(biāo)代碼實例

瀏覽:2日期:2022-07-14 11:24:33

運行結(jié)果:

Python讀取xlsx數(shù)據(jù)生成圖標(biāo)代碼實例

程序代碼如下:

#將excel中的數(shù)據(jù)進行讀取分析import openpyxlimport numpy as npimport mathimport matplotlib.pyplot as pitwk=openpyxl.load_workbook(’信息11.xlsx’)sheet=wk.activerows=sheet.max_rowcols=sheet.max_columnlst1=[]lst2=[]for i in range (1,rows+1): size1=sheet.cell(i,1).value lst1.append(size1) size2 = sheet.cell(i, 2).value lst2.append(size2)num=0dic_size={}for item in lst1: dic_size[lst1[num]]=lst2[num] num+=1#弄成百分比的形式lst_total=[]for item in dic_size: lst_total.append([item,dic_size[item]])labels=[item[0] for item in lst_total] #使用列表生成式,得到餅圖的標(biāo)簽fraces=[item[1] for item in lst_total] #餅圖中的數(shù)據(jù)源pit.rcParams[’font.family’]=[’SimHei’] #單獨的表格亂碼的處理方式pit.scatter(labels,fraces)pit.plot(labels,fraces,color=’green’)pit.bar(labels,fraces,width=5,color=’red’)z1=np.polyfit(labels,fraces,2)p1=np.poly1d(z1)x = np.linspace(0, 500, 50)y=-0.00024*(x**2)+0.1013*(x)+10.23pit.plot(x,y,color=’purple’)#pit.savefig(’圖.jpg’)yre=[]for item in labels: y=-0.00024*(item**2)+0.1013*(item)+10.23 yre.append(round(y,6))print(fraces)print(yre)result=[]a=0mse=0mae=0for i in range(0,10): a+=round(fraces[i]-yre[i],6) mae+=round(math.fabs(fraces[i]-yre[i]),6)for i in range(0,10): result.append(round(fraces[i] - yre[i]-round(a/10,6), 6)) mse += round((fraces[i] - yre[i]-round(a/10,6)) * (fraces[i] - yre[i]-round(a/10,6)), 6)print(result)print(’均值’,round(a/10,6))print(’均方誤差’,round(mse/10,6))rmse=math.sqrt(round(mse/10,6))print(’均方根誤差’,round(rmse,6))print(’平均絕對誤差’,round(mae/10,6))print(’R平方的數(shù)值’,1-((round(a/10,6))*round(a/10,6))/round(mse/10,6))print(p1)#pit.show()

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Python 編程
相關(guān)文章:
主站蜘蛛池模板: 亚洲一区二区三区四区五区 | 精品国产一区二区三区www | 有码日韩| 日韩国产成人资源精品视频 | 国产日韩精品一区在线不卡 | 亚洲成人看片 | 国产黄色激情视频 | 神马国产| 韩国一级毛片在线观看 | 日韩看片 | 综合自拍亚洲综合图区美腿丝袜 | 一级毛片免费不卡在线 | 欧美一级在线观看播放 | 日韩午夜在线视频 | 久久成人综合网 | 亚洲在线不卡 | 欧美一级毛片欧美大尺度一级毛片 | 国产成人精品久久一区二区小说 | 手机日韩理论片在线播放 | 国产一级一片免费播放 | 亚洲精品午夜国产va久久成人 | 久久一本一区二区三区 | 激情性爽三级成人 | 亚洲一区二区在线 | 国产三区二区 | 国产精品合集一区二区 | 91情侣高清精品国产 | 亚洲性在线观看 | 亚洲国产精品国产自在在线 | 亚洲第一页视频 | 亚洲综合第一欧美日韩中文 | 欧美另类videosbestsex视频 | 亚洲a级片在线观看 | 欧美成人免费在线视频 | 亚洲永久 | 大片在线播放日本一级毛片 | 亚洲综合精品一二三区在线 | 亚洲综合精品一二三区在线 | 中文字幕日韩精品有码视频 | 国产成人久视频免费 | 日韩在线观看一区 |