Skip to main content

Web based application 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 pandas as pd # Importing Pandas to read csv

df = pd.read_csv("https://raw.githubusercontent.com/ersaurabhverma/autoplotter/master/Data/data.csv") # Reading data

run_app(df,mode = "inline", host="127.0.0.1", port=5000) # Calling the autoplotter.run_app in inline mode

run_app(df,mode = "external", host="127.0.0.1", port=5000) # Calling the autoplotter.run_app in external mode

[Autoplotter.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.1.0.tar.gz (21.3 kB view details)

Uploaded Source

File details

Details for the file autoplotter-0.1.0.tar.gz.

File metadata

  • Download URL: autoplotter-0.1.0.tar.gz
  • Upload date:
  • Size: 21.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for autoplotter-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d2fb5aedfbefbd9ca6d2a6461cdbf1c4df4210e86922d6704cfd1c9bb531442e
MD5 3df0b3f4e4602e3b6ac960e20a0a0503
BLAKE2b-256 482564251f447c6c84ba87826a2da83f5c7f3e5b291744f18ecef21ab89e4e0e

See more details on using hashes here.

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