This project involves analyzing sales data from a Superstore using Tableau to generate insightful visualizations. The objective is to identify key sales trends, performance metrics, and areas for improvement within the store's operations.
This analysis explores the sales performance across different categories and sub-categories, including visualizations such as:
- Sales by Sub-Category: A bar chart depicting sales across different sub-categories.
- Profit by Region: A map showing profit distribution across various regions.
- Sales Trend Over Time: A line chart illustrating sales trends over different time periods.
- Tableau
- Python (for data preprocessing and cleaning)
This project provided valuable experience in data visualization and analysis. Key learnings include:
- Data Preparation: Using Python for data cleaning and preprocessing.
- Visualization Techniques: Creating effective and interactive dashboards in Tableau.
- Business Insights: Identifying trends and insights to drive data-driven decisions.
Challenges faced during this project included:
- Data Cleaning: Ensuring the accuracy and consistency of sales data.
- Visualization Design: Crafting clear and impactful visualizations in Tableau.
- Insight Extraction: Interpreting the visualizations to extract meaningful business insights.
Working on this project emphasized the importance of clean data and thoughtful visualization design in deriving actionable insights. It also highlighted the potential of Tableau as a powerful tool for business analytics.
To explore the Superstore Sales Analysis, follow these steps:
-
Clone the Repository:
git clone https://github.com/IstinNew/Superstore-Sales-Analysis-Tableau.git cd Superstore-Sales-Analysis-Tableau -
Open Tableau Dashboards:
- Open the Tableau workbooks included in the repository.
- Connect the workbooks to your data source to visualize the analysis.
-
Run Python Scripts:
- Ensure Python is installed on your system. You can download it from python.org.
- Run the provided Python scripts for data preprocessing:
python data_preprocessing.py
-
Open in Google Colab:
- Go to Google Colab.
- Click on
File>Upload Notebook. - Upload the
superstore_analysis.ipynbfile from the repository.
-
Run the Notebook:
- Follow the instructions in the notebook cells.
- Run the code cells sequentially to perform data preprocessing and visualization.
- Offline: Ensure you have the correct version of Python installed and Tableau Desktop is properly configured. If you encounter any issues, check the console for error messages and refer to the code comments for guidance.
- Online: Ensure you have a stable internet connection for Google Colab. If you encounter any issues, check the notebook cells for error messages and refer to the code comments for guidance.
Enjoy exploring the Superstore Sales Analysis with Tableau!