lendataframe
lendataframe is a lightweight Python library that provides a data frame abstraction similar to pandas but with a focus on memory efficiency and reduced dependency overhead. Designed for small to medium‑sized data sets that fit comfortably in RAM, lendataframe offers core functionalities such as columnar storage, broadcasting, and grouping, while deliberately omitting some advanced pandas features that contribute to larger memory footprints.
The library is developed under an MIT license and is hosted on GitHub, where it receives contributions
Key features include type‑annotated columns, support for mixed dtype columns through a lightweight variant of NumPy’s
The project encourages contributions that improve performance, expand supported aggregation functions, or provide better interoperability with