Skip to main content

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

brianeda-0.1.0-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

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

Hashes for brianeda-0.1.0.tar.gz
Algorithm Hash digest
SHA256 36630658af989eb0c9da0f2316cb8d0305d0f0c862b9245ab086955ff770a0fa
MD5 2db13d2622f8174dd21af6803f426e5f
BLAKE2b-256 c23eaffd21b4286e0ba67c225a53e6af2e29969bc060334a0b09fa2a80738f31

See more details on using hashes here.

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

Hashes for brianeda-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5b4f4c99c924f8d7c6b13106e2a557cb90d1ce16d0e342c129e208f2f2fe5a33
MD5 9f7406a362a59d4fb980a984d28c7615
BLAKE2b-256 eb768f41992070b7d3d69183bfba212c4987a0abeac452beb0b6d1f296edc69b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page