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.
HDFStore60 列を超えるに約 700 万行あります。データはメモリに収まりきらないほどです。列「A」の値に基づいて、データをグループに集約しようとしています。パンダの分割/集約/結合のドキュメントでは、すべてのデータがDataFrame既にあることを前提としていますが、ストア全体をメモリ内に読み取ることはできませんDataFrame。でデータをグループ化するための正しいアプローチは何HDFStoreですか?
HDFStore
DataFrame