Data Analyst Resources
Data Analyst Resources
## Excel Projects
1. **Sales Analysis**
- Use a dataset of sales transactions to calculate total revenue, profit, and
regional performance.
- Create dashboards with Pivot Tables and Charts.
- **Dataset**: [Sales Data](https://www.kaggle.com/datasets/jessemostipak/hotel-
booking-demand)
## SQL Projects
1. **Movie Database Analysis**
- Query a movie dataset to find top-rated movies, genre distribution, and actor
collaborations.
- Focus on using JOINs, GROUP BY, and HAVING clauses.
- **Dataset**: [IMDB
Movies](https://www.kaggle.com/datasets/stefanoleone992/imdb-extensive-dataset)
2. **Customer Segmentation**
- Analyze an e-commerce database to group customers based on purchase behavior.
- Write subqueries and optimize queries for performance.
- **Practice Platform**: [SQLZoo](https://sqlzoo.net/)
## Tableau Projects
1. **Superstore Sales Dashboard**
- Use Tableau to create an interactive dashboard analyzing sales trends and
profits by category and region.
- Add filters, parameters, and calculated fields.
- **Dataset**: Preloaded in Tableau (Superstore Dataset)
2. **COVID-19 Analysis**
- Visualize global COVID-19 cases using maps, line charts, and bar charts.
- **Dataset**: [COVID-19
Data](https://www.kaggle.com/datasets/sudalairajkumar/covid19-in-india)
## Python Projects
1. **Weather Data Analysis**
- Use Pandas and Matplotlib to clean and visualize weather trends.
- Perform tasks like finding the hottest day or monthly average temperatures.
- **Dataset**: [Weather
Dataset](https://www.kaggle.com/datasets/selfishgene/historical-hourly-weather-
data)
## Practice Materials
### Excel
- **Platform**: [Excel Easy](https://www.excel-easy.com/)
- **Projects**: [Excel Projects Repository](https://github.com/Apress/excel-vba-
programming)
### SQL
- **Interactive Exercises**: [Mode Analytics SQL Tutorial](https://mode.com/sql-
tutorial/)
- **Challenges**: [HackerRank SQL](https://www.hackerrank.com/domains/sql)
### Python
- **Free Course**: [Python for Data Analysis by
DataCamp](https://www.datacamp.com/courses/python-data-science-toolbox-part-1)
- **Practice**: [Kaggle Python Micro-Courses](https://www.kaggle.com/learn/python)
### Tableau
- **Free Training**: [Tableau Training
Videos](https://www.tableau.com/learn/training/2022.1)
- **Public Dashboards**: Browse dashboards on [Tableau
Public](https://public.tableau.com/)
---
Save this file to refer to all the links and project ideas in one place.