Skip to content

lgarzia/chart_me

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published