online_retail_analysis/
├── data/
│ ├── raw/ # Original dataset
│ ├── processed/ # Cleaned and processed data
│ └── final/ # Analysis-ready data
├── notebooks/
│ ├── 01_initial_data_exploration.ipynb
│ ├── 02_data_cleaning.ipynb
│ ├── 03_feature_engineering.ipynb
│ └── 04_business_analysis.ipynb
├── sql/
│ ├── create_tables.sql
│ └── analysis_queries.sql
├── scripts/
│ ├── data_processor.py
│ └── analysis_helper.py
├── tableau_workbooks/
│ ├── sales_dashboard.twb
│ ├── customer_analysis.twb
│ └── inventory_insights.twb
└── docs/
├── README.md
├── data_dictionary.md
├── analysis_methodology.md
└── visualizations.md
This project analyzes online retail data to provide insights into sales patterns, customer behavior, and operational efficiency.
- Clone this repository
- Install required dependencies
- Run the notebooks in sequence
- View the Tableau dashboards for visualizations
- Comprehensive data cleaning and preprocessing
- In-depth customer segmentation
- Sales trend analysis
- Interactive Tableau dashboards
- Detailed documentation
- Python (Pandas, NumPy, Scikit-learn)
- SQL
- Tableau
- Jupyter Notebooks