Skip to content

A simple and beginner friendly project where you can learn data preprocessing, cleaning, visualization, etc. Using dataset from official sources, we aim to provide a detailed report on all the cases in a word file. Have fun reading all of them!

Notifications You must be signed in to change notification settings

KshavCode/data-analysis-case-studies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Data Visualization & Analysis β€” Case Studies

A beginner-friendly yet industry-aligned collection of data analysis case studies.
This repository focuses on data preprocessing, cleaning, visualization, and insight generation using datasets from official and reliable sources.

Each case study includes:

  • Cleaned datasets
  • Python/Jupyter analysis
  • Visualizations
  • A detailed written report (PDF)
  • A presentation (PPT) for non-technical stakeholders

🧰 Tech Stack & Requirements

Python Version: 3.11

Libraries Used:

  • pandas
  • numpy
  • matplotlib
  • seaborn
  • plotly

Installation

pip install pandas numpy matplotlib seaborn plotly

πŸ“ Repository Structure

data-analysis-case-studies/
β”‚
β”œβ”€β”€ README.md
β”‚
β”œβ”€β”€ case-study/
β”‚   β”œβ”€β”€ data/
β”‚   β”‚   └── files.csv
β”‚   β”œβ”€β”€ codes/
β”‚   β”‚   β”œβ”€β”€ file.ipynb
β”‚   β”‚   └── code.py
β”‚   β”œβ”€β”€ report.pdf
β”‚   β”œβ”€β”€presentation.pptx
β”‚   └── README.md
β”‚
└── case-study-2/

πŸ“Œ How to Use This Repository

  1. Clone the repository:
git clone <repository-url>
  1. Navigate to a case study folder.

  2. You can:

  • Read the PDF report for a complete narrative
  • View the PPT for summarized insights
  • Explore the Jupyter Notebook / Python files to understand:
    • Data cleaning decisions
    • Visualization logic
    • Insight generation process

No prior advanced ML knowledge is required.


🎯 Learning Objectives

By exploring these case studies, you will learn:

  • How to clean real-world datasets
  • How to perform exploratory data analysis (EDA)
  • How to visualize trends and patterns
  • How to translate analysis into clear written insights
  • How to present data for both technical and non-technical audiences

πŸš€ Future Improvements

  • Add more real-world case studies
  • Improve visual consistency across reports
  • Introduce ML-based analysis where appropriate
  • Add summary dashboards

πŸ“¬ Author

Created by Keshav Pal, for learning, practice, and portfolio building in Data Analysis and Data Science.


⭐ If you find this repository useful, feel free to explore, learn, and adapt it for your own projects.

About

A simple and beginner friendly project where you can learn data preprocessing, cleaning, visualization, etc. Using dataset from official sources, we aim to provide a detailed report on all the cases in a word file. Have fun reading all of them!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •