Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
集計中に次のエラーが発生しました
dfv = vaex.from_csv(_path + 'sample.csv') _monetary = dfv.groupby('CusUnique',agg=vaex.agg.sum('Trn_AMT'))
戻ります。
「ValueError: クラス (AggSum_object) が見つかりませんでした。オブジェクトがサポートされていないようです」