Diet Pandas
Python LibraryAutomated memory optimization library for Pandas DataFrames. Intelligently reduces memory usage by 50-80% through aggressive type downcasting while preserving data integrity. Published on PyPI with comprehensive documentation.
π Highlights
- Published on PyPI - available via
pip install diet-pandas - 50-80% memory reduction on real-world datasets (tested on 4.3M+ rows)
- Drop-in replacement for pandas.read_csv with automatic optimization
- Full documentation with MkDocs, benchmarks, and CI/CD pipeline