pandalyze is a pandas analyzer that allows developers to use pandas more efficiently
Project description
pandalyze
Lightweight utilities to inspect and analyze pandas.
Features
- Quick memory and performance insights for DataFrames
- Human-friendly console output using rich
Installation
Install from PyPI (after release):
pip install pandalyze
Or install from source for development:
python -m venv .venv
source .venv/bin/activate
pip install -e .
Basic usage
from pandalyze import analyze
# Example: analyze your function stats
@analyze
def your_function()
pass
Publishing
- This project uses
pyproject.tomlwith Poetry-compatible build back-end (poetry-core). - Bump the
versioninpyproject.tomlbefore publishing to PyPI/TestPyPI.
Contributing
Contributions are welcome. Open issues or pull requests and follow standard GitHub workflow.
License
Specify a license in pyproject.toml and add a LICENSE file if you want this released publicly.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pandalyze-0.1.1.tar.gz.
File metadata
- Download URL: pandalyze-0.1.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.13.7 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae4fea325c995b436e457d26e2cae82999999a03668cac45e3cdf6de592d6294
|
|
| MD5 |
107654ff075f373e842986b29a25d8a2
|
|
| BLAKE2b-256 |
4109dd06c0e9bca1e90c48be5d27c3ba269cc3bd77df51e404e824c9a61cf3fc
|
File details
Details for the file pandalyze-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pandalyze-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.13.7 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0500eb052e25e88161f4d7792209caaaed6ff15fdddfa5c50c63c4d5ce41aacc
|
|
| MD5 |
4e21af46a945cddb5ebe5cc666bac149
|
|
| BLAKE2b-256 |
e6ccc82170cb489521428cd6e59168dfa567f03284bea9ebc353aeb5fedf55f2
|