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.
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.