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\'))