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 Analyis Process. There's a few automated eda tools like sweet viz that give a great initial set of visualizations. lux is a great tool to leverage, which I recommend as an AI assistance type feel. What I wanted was a fast charting tool when I was digging in a bit. Leveraging Tableau is great - excepts it's a walled garden software. The other alternative is hand-writing Altair code, which takes me out of the flow from Data Mining to Software development...Chart Me serves to keep you in the data analytics flow of discovery in Python environment.

Installation

$ pip install chart_me

Simple Usage

chart_me used 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.2.tar.gz (96.4 kB view hashes)

Uploaded Source

Built Distribution

chart_me-0.1.2-py3-none-any.whl (14.8 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