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
- :ballot_box_with_check: Multi-merges (merge across multiple DataFrames at once)
- :ballot_box_with_check:
Collectionclass to encapsulate and manage multiple DataFrames - :ballot_box_with_check: DataFrame sanity checks
- :black_square_button: Support all types of joins (currently only inner join)
- :black_square_button: 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
Release files for panda-grove 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| panda-grove-0.1.4.tar.gz | 14.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| panda_grove-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 25.2 kB
Release files / panda-grove-0.1.4.tar.gz
| Download URL | panda-grove-0.1.4.tar.gz |
|---|---|
| Size | 14.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fc4f2a94ca40b20e939730c99ebe9f6a4dcf54f0b855cdf6bf697397e5dbddb1
|
|
BLAKE2b-256 checksum How to use checksums |
72a0ac02105a1f6462c390911b4ef9a78a0a5cb9abebb572e0585198966b2ce0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|
Release files / panda_grove-0.1.4-py3-none-any.whl
| Download URL | panda_grove-0.1.4-py3-none-any.whl |
|---|---|
| Size | 11.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ff7d5293b2ec8a6271eb9e1cba925ec6426840aaed1e55a618dfdcabc8d347c0
|
|
BLAKE2b-256 checksum How to use checksums |
8edc8feaf4c981b4574bef3894658b9ec3b7312b5f92179ccd3fb98050245283
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|