問題タブ [vaex]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - VAEX groupby datetime 列と別の列
時系列のデータがあり、VAEX を使用して操作したいと考えています。整数の「種」列でグループ化してから、分ごとにビン化する必要があります。私が試してみました
しかし、「pyarrow.lib.ArrowNotImplementedError:サポートされていないdatetime64時間単位」というエラーが発生します。両方の列のグループ化を個別に管理できますが、組み合わせると失敗します。これを行う方法はありますか?