Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.9 KB

File metadata and controls

61 lines (45 loc) · 1.9 KB

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