Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/27ahmad/amazon-sales-analysis
This repository contains an exploratory data analysis (EDA) and visualization project of Amazon sales data. The goal is to uncover insights and present key metrics through a Tableau dashboard.
https://github.com/27ahmad/amazon-sales-analysis
data-analysis eda pandas python seaborn tableau
Last synced: 15 days ago
JSON representation
This repository contains an exploratory data analysis (EDA) and visualization project of Amazon sales data. The goal is to uncover insights and present key metrics through a Tableau dashboard.
- Host: GitHub
- URL: https://github.com/27ahmad/amazon-sales-analysis
- Owner: 27ahmad
- Created: 2024-05-08T16:26:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T04:28:01.000Z (9 months ago)
- Last Synced: 2024-05-17T05:25:25.791Z (9 months ago)
- Topics: data-analysis, eda, pandas, python, seaborn, tableau
- Language: Jupyter Notebook
- Homepage: https://public.tableau.com/app/profile/ahmad.ajaz/viz/Amazon_Sales_Dashboard_17151848978650/Dashboard1
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazon Sales Data Analysis and Dashboard
This repository contains an exploratory data analysis (EDA) and visualization project of Amazon sales data. The goal is to uncover insights and present key metrics through a Tableau dashboard.
## Project Overview
The project includes the following steps:
1. **Data Cleaning and Preprocessing**: Handling missing values, data types correction, and feature engineering.
2. **Exploratory Data Analysis (EDA)**: Using Python to understand data distributions, relationships, and outliers.
3. **Visualization**: Creating a Tableau dashboard to represent key insights and metrics.## Repository Structure
```
amazon-sales-analysis/
│
├── data/
│ ├── processed/
│
├── notebooks/
│ ├── EDA.ipynb
│
├── tableau/
│ ├── Amazon_Sales_Dashboard.twbx
|
├── images/
│ └── dashboard_screenshot.png
│
└── README.md
```- **data/**: Contains the processed dataset.
- **notebooks/**: Jupyter notebooks used for data cleaning and exploratory data analysis.
- **tableau/**: Tableau workbook file containing the dashboard.
- **images/**: Screenshot of the Tableau dashboard.## Tableau Dashboard
The Tableau dashboard provides the following insights:
- Sales distribution.
- Monthly sales trends.
- Geographic distribution of sales.
- Top-performing products.![Dashboard Screenshot](images/dashboard_screenshot.png)
## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.