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'))
which returns.
"ValueError: Could not find a class (AggSum_object), seems object is not supported"