Skip to content

sakhi20/Data-Analytics-Process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Data Analytics Process: Real-Life Application Case Study

End-to-end data analytics case study applying the 6-phase process (Plan → Prepare → Process → Analyze → Share → Act) to meal planning and cooking scenario data.

Overview

This project demonstrates how the standard 6-step data analytics process applies to everyday life decisions — specifically meal planning, grocery shopping, and cooking. Created as part of Data Analytics Fundamentals coursework, it grounds abstract analytical concepts in an accessible, relatable context.

The 6-Phase Process

  1. Plan — Define the question: "How can I plan meals for the week to minimize cost, reduce waste, and meet nutritional goals?" Identify required data (recipes, ingredient prices, nutritional values).

  2. Prepare — Collect data: compile a recipe database, weekly grocery prices, and household preferences. Assess data quality and document sources.

  3. Process — Clean and transform the data: standardize ingredient units, handle missing nutritional values, and calculate cost-per-serving for each recipe.

  4. Analyze — Apply statistical reasoning: identify lowest-cost meals meeting nutritional targets, find patterns in ingredient reuse across recipes to minimize unique item purchases.

  5. Share — Communicate findings: present a weekly meal plan with cost breakdown, nutritional summary, and shopping list in a clear visual format accessible to all household members.

  6. Act — Implement and iterate: execute the meal plan, track actual vs. estimated cost and waste, and refine the model for the following week based on outcomes.

Files

├── Presentation.pdf   # Complete case study with detailed examples and visual process flow
└── README.md

Tools

  • Python — Pandas, Matplotlib for data processing and visualization
  • Excel — Tabular organization and cost calculations

Academic Context

Data Analytics Fundamentals project, PDEU — AY 2024–2025.

Author: Sakhi Patel · sakhipatel20@gmail.com

About

End-to-end data analytics case study applying the 6-phase process (Plan → Prepare → Process → Analyze → Share → Act) to meal planning and cooking scenario data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors