TA贡献1784条经验 获得超9个赞
我为工作表文件显示的屏幕截图创建了excel
df = pd.read_excel('PythonExport.xlsx', header=[0,1,2],index_col=[0,1], )
df:
x = df.T.swaplevel(0,1).T.stack().stack().reset_index() x.columns = ['repeat','condition','day','type','length','weight'] x = x.fillna(0)
x:
测试技术的修炼之道
¥ 48.00
Python 源码深度剖析
¥ 68.00
Python 数据分析通关攻略
¥ 58.00
你的第一本Python基础入门书
从 0 开始学爬虫
举报