热门标签
更多>
搜索结果
查询Tags标签: 朝阳医院,共有 2条记录-
Python朝阳医院AttributeError: ‘tuple‘ object has no attribute ‘sum‘
在使用python进行朝阳医院2018年药品销售前10的数据提取时出现了 AttributeError: tuple object has no attribute sum #聚合统计各种药品数量 medicine = groupDF[[商品名称,销售数量]] bk = medicine.groupby(商品名称)[[销售数量]] re_medicine = bk.sum()由于我是在练…
2021/7/23 14:07:35 人评论 次浏览 -
Python朝阳医院AttributeError: ‘tuple‘ object has no attribute ‘sum‘
在使用python进行朝阳医院2018年药品销售前10的数据提取时出现了 AttributeError: tuple object has no attribute sum #聚合统计各种药品数量 medicine = groupDF[[商品名称,销售数量]] bk = medicine.groupby(商品名称)[[销售数量]] re_medicine = bk.sum()由于我是在练…
2021/7/23 14:07:35 人评论 次浏览