Wrangle partitioned data with polars.
$ pip install padawan
padawan is a tool for out-of-core processing of partitioned tabular datasets which are too large to hold completely in memory. It uses polars for representing and manipulating tabular data in memory and the parquet format for storing partitions on disk.
The full documentation is hosted at readthedocs.io.