Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Food Menu Analysis

Project Overview

This project analyzes a food menu dataset using Python, Pandas, NumPy, and OpenPyXL. It categorizes menu items, calculates nutritional summaries, performs category-wise analysis, and exports the cleaned dataset to an Excel file.

Technologies Used

  • Python
  • Pandas
  • NumPy
  • OpenPyXL

Features

  • Creates a structured food menu dataset
  • Displays statistical summary using describe()
  • Filters items by category
  • Calculates category-wise totals
  • Computes overall totals for:
    • Price
    • Protein
    • Calories
  • Generates category summary using groupby()
  • Creates indicator columns using NumPy
  • Exports cleaned data to Excel

Categories Included

  • Fried Chicken
  • Burgers
  • Rice & Rolls
  • Sides
  • Beverages
  • Desserts
  • Snacks/Popcorn

Output

The cleaned dataset is exported as:

food_data_cleaned.xlsx

Author

Rina Mohan B.E-Electronics and Communication Engineering Aspiring software engineer

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors