Skip to main content

Charting that keeps you in the EDA flow

Project description

Chart Me Charting that keeps you in the EDA flow


Chart Me is a high-level charting library designed to expedite the Exploratory Data Analysis Process(eda). There are a few automated eda tools like sweet viz that give a great initial set of visualizations. lux is a great tool to leverage - which gives a feel of AI assistance - but not always on the mark. The other alternative is hand-writing Altair code, which takes me out of the EDA flow looking up syntax or building functions...Chart Me serves to keep you in the data analytics flow of discovery by keeping visualization commands to one function to remember. v0.1.5 Code style: black Checked with mypy Imports: isort Interrogate

Chart Me Documentation

See Read the Docs for more details

Usage Warnings

Currently a proof-of-concept mode at this time. Limited to univariate & bivariate charts and doesn't support geographical data and is lightly tested.

Installation

$ pip install chart-me

Simple Usage

chart_me to quickly generate visualizations during eda process

import chart_me as ce
ce.chart_me(df, 'col_1', 'col_2') #<-- reads as c-e-chart_me

example

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

chart_me-0.1.5.tar.gz (81.6 kB view hashes)

Uploaded Source

Built Distribution

chart_me-0.1.5-py3-none-any.whl (15.6 kB view hashes)

Uploaded Python 3

Supported by

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