我想要让这个dataframe把相同的采购物品合并,采购金额相加
data.groupby('采购物品').sum()
data.groupby('采购物品',as_index=False).sum()