Skip to content

a web application for analyzing data and viewing meaningful insights.

Notifications You must be signed in to change notification settings

thebugged/eda-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Banner
python pandas pygwalker streamlit

Exploratory Data Analysis App

An application for analyzing datasets (CSV, Excel); visualize data distributions, uncover correlations, and view insightful summaries with ease.

Setup & Installation

Prerequisites

Ensure the following are installed

To set up this project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/thebugged/eda-app.git
  1. Change into the project directory:
cd eda-app
  1. Install the required dependencies:
pip install -r requirements.txt

Running the application

  1. Run the command:
streamlit run mainapp.py

The application will be available in your browser at http://localhost:8501.

Streamlit App