PDBoost is a lightweight wrapper around Pandas that automatically detects when a dataset is too large for RAM. When it sees a large file (CSV, Parquet, JSON), it silently swaps the backend to DuckDB or Polars while keeping the standard Pandas API.
git clone [https://github.com/ashish-002/pdboost.git]
cd pdboost
pip install .