先将其转换成为字典,再将字典赋值给dataframedictSale_skuid = dict(list(dfSale.groupby('item_sku_id',as_index=False)))mydf = DataFrame(dictSale_skuid[item_id])
热门工具 换一换