Skip to content

fburic/panda-grove

Repository files navigation


Panda Grove


A lightweight package for easier management of multiple Pandas DataFrames during data analysis and exploration.

The philosophy of Panda Grove is to assist without getting in the way or creating yet another API on top of Pandas.

It also depends exclusively on the Pandas package for minimal overhead.

Feature Highlights

  • ☑️ Multi-merges (merge across multiple DataFrames at once)
  • ☑️ Collection class to encapsulate and manage multiple DataFrames
  • ☑️ DataFrame sanity checks
  • 🔲 Support all types of joins (currently only inner join)
  • 🔲 Datatype management (work in progress)

Installation

Install the PyPI package:

pip install panda-grove

Requirements

  • python >= 3.7
  • pandas >= 1.1.0
  • IPython >= 7 is not required but will add pretty printing in Jupyter notebooks