摘要:
import pandas as pdimport matplotlib.pyplot as pltimport numpy as np data1=pd.read_excel('./资料1/meal_order_detail.xlsx',sheet_name='meal_order_detail1 阅读全文
摘要:
import pandas as pdimport matplotlib.pyplot as pltinputfile=r"C:\Users\admin\Documents\WeChat Files\wxid_b0fz4hqogenr22\FileStorage\File\2023-03\origi 阅读全文
摘要:
饼图: import pandas as pdimport matplotlib.pyplot as pltcatering_dish_profit="D:\大三下\数据分析\data\catering_dish_profit.xls"data=pd.read_excel(catering_dish 阅读全文
摘要:
pytorch import torchimport torch.nn as nnimport torch.nn.functional as F class Net(nn.Module): def __init__(self): super(Net, self).__init__() # 1 inp 阅读全文