Skip to main content

Useful tool for GUI Based EDA

Project description

AutoPlotter

autoplotter is a python package for GUI based exploratory data analysis. It is built on the top of dash.

Build Status License

Installation

Use the package manager pip to install autoplotter.

pip install autoplotter

Usage

from autoplotter import run_app # Importing the autoplotter for GUI Based EDA

import plotly.express as px # Importing plotly express to load dataset
df = px.data.tips() # Getting the   Restaurant data

run_app(df) # Calling the autoplotter.run_app

LWR-Recording-2.gif

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Support

License

License

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

autoplotter-0.0.1.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distribution

autoplotter-0.0.1-py3-none-any.whl (10.2 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