Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noorulhudaajmal/superstore-data-analysis

Detailed data analysis of US supermarket data
https://github.com/noorulhudaajmal/superstore-data-analysis

Last synced: 8 days ago
JSON representation

Detailed data analysis of US supermarket data

Awesome Lists containing this project

README

        

# Superstore Dashboard

## Overview

The Superstore Dashboard is an interactive web application built using Plotly Dash. It provides insights based on the Superstore dataset, allowing users to explore sales, profit, customer segments, and more.

## Features

- **Overview Tab:** Display general analysis of the data.
- **Sales by Geography Tab:** Visualizes sales data by geographic segments.
- **Customer Segment Analysis Tab:** Analyzes data related to different customer segments.
- **Product Performance Tab:** Evaluates the performance of various products.
- **Financial Analysis Tab:** Provides financial insights and analyses.

## Installation
1. Clone the repository and land in project directory.
2. Install the necessary libraries using pip:
```bash
pip install -r requirements.txt
```

## Usage

1. **Prepare the Dataset:** Ensure that the dataset `Superstore Dataset.csv` is available in the `data` directory.
2. **Run the App:** Execute the script to start the Dash server.
```bash
python app.py
```
3. **Access the Dashboard:** Open your web browser and navigate to `http://127.0.0.1:8050/` to view the dashboard.

---