This repository contains exploratory data analysis (EDA) projects.
Day | Project Title | Description | Dataset Source |
---|---|---|---|
1 | Project 01: Superhero Data Analysis | Analyzing SuperHero Data to find who's the most Powerful? | SuperHero Data |
2 | Project 02: Ukraine vs Russia War Analysis | Exploring War Damage with Russia POV | War Data |
3 | Project 03: Analyzing Trekking Trails of Nepal | Exploring the Trails of Nepal | Trails Data |
4 | Project 04: Best 50 Exercises for your body | Finding the Exercises based on different Categories | Exercise Data- Kaggle |
4 | Project 05: Analyzing FIFA players | A Capstone Project to analyze the players | Fifa 2022 players dataset Kaggle |
The repository is structured as follows:
- Project XX - ProjectName /: Each project folder contains:
- data/: Raw and cleaned datasets used in the project.
- images/: Plots and visualizations generated during the analysis.
- Notebooks: A ipynb file with Complete Data Analysis
- README.md: A detailed explanation of the project, including methodology, results, and conclusions.
- Clone the Repository:
git clone https://github.com/paudelsamir/EDA-Projects.git cd EDA-Projects