Skip to content

Analyze the descriptive statistics and the distribution of your data. Preview and save your graphics.

Notifications You must be signed in to change notification settings

lcmadeira/Exploratory-Data-Analysis-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploratory Data Analysis

The idea of this app is to help data scientists (or anyone looking for statistics) to get their first data insights simply and quickly. This application helps to analyze the data through univariate and multivariate statistics and also visualize the data through the dear graphs.

Getting Started

Here is some information to help you get started. This application is still in development and many other features can be added and improved!

Prerequisites

The packages needed are in the requirements.txt file.

Installing

Clone the repository and install all the packages necessary:

pip install virtualenv
vintualenv venv
source venv/bin/activate

pip install -r requirements.txt 

Use the following command to run the application:

streamlit run eda_main.py

Deployment

You can create your own app on Heroku platform. Follow this

You can access the app here

Built With

Streamlit - The web framework Heroku - App host

Author

Marina Ramalhete de Souza - Linkedin Github

About

Analyze the descriptive statistics and the distribution of your data. Preview and save your graphics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Shell 1.2%