vaex ValueError: Could not find a class (AggSum_object), seems object is not supported

后端 未结 0 1090
被撕碎了的回忆
被撕碎了的回忆 2020-12-11 10:25

I got the following error while doing aggregation

dfv = vaex.from_csv(_path + \'sample.csv\') _monetary = dfv.groupby(\'CusUnique\',agg=vaex.agg.sum(\'Trn_AMT\'))

相关标签:
回答
  • 消灭零回复
提交回复
热议问题