Matplotlib-based plotting for pandas DataFrames
Project description
eda
Matplotlib-based plotting for pandas DataFrames.
Installation
pip install brianeda
Usage
import pandas as pd
from eda import line
df = pd.DataFrame({"x": [1, 2, 3], "y": [1, 4, 9]})
line(df, "x", "y")
line, scatter, and bar all take a DataFrame and two column names, plot
onto an Axes (creating one via plt.gca() if ax isn't passed), and
return the Axes for further customization.
Development
pip install -e ".[dev]"
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
brianeda-0.1.0.tar.gz
(3.2 kB
view details)
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 brianeda-0.1.0.tar.gz.
File metadata
- Download URL: brianeda-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36630658af989eb0c9da0f2316cb8d0305d0f0c862b9245ab086955ff770a0fa
|
|
| MD5 |
2db13d2622f8174dd21af6803f426e5f
|
|
| BLAKE2b-256 |
c23eaffd21b4286e0ba67c225a53e6af2e29969bc060334a0b09fa2a80738f31
|
File details
Details for the file brianeda-0.1.0-py3-none-any.whl.
File metadata
- Download URL: brianeda-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b4f4c99c924f8d7c6b13106e2a557cb90d1ce16d0e342c129e208f2f2fe5a33
|
|
| MD5 |
9f7406a362a59d4fb980a984d28c7615
|
|
| BLAKE2b-256 |
eb768f41992070b7d3d69183bfba212c4987a0abeac452beb0b6d1f296edc69b
|