This repository contains the code and files for cleaning and visualizing an Amazon sales report dataset. The dataset was sourced from Kaggle, and the data processing was performed using Python in Google Colab. The cleaned dataset was then visualized using Power BI for comprehensive insights.
Before running the code, make sure you have the following tools installed:
- Python (for data cleaning)
- Google Colab (for running Python code in the cloud)
- Power BI Desktop (for visualization)
The Amazon sale report dataset used in this project is sourced from Kaggle and can be found here. The dataset includes details on e-commerce sales; you can download it directly from the Kaggle platform.
The data cleaning process was performed using Python in Google Colab. The notebook EcomData.ipynb
details the step-by-step process of loading the dataset, handling missing values, and dropping unnecessary columns. This ensures that the data is in a suitable format for visualization.
The cleaned dataset was imported into Power BI Desktop for visualization. The amazon_sale_report.pbix
file contains the Power BI report, showcasing various visualizations such as charts, graphs, and tables to represent key insights from the Amazon sale report data.