Skip to content

adityarajahuja8/PythonProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Coffee Chain EDA Project

πŸ“ Project Title

Understanding Market Trends in a Coffee Retail Chain


βœ… Work Completed

1. Dataset Overview

  • Loaded dataset: Coffee_Chain.csv
  • Displayed first few rows using .head()
  • Inspected data types and non-null counts using .info()

2. Data Checks

  • Checked for missing values
  • Checked for duplicate rows
  • Generated summary statistics using .describe()
  • Printed all column names for review

πŸ“Œ Notes

  • No visualizations or transformations have been done yet
  • Data looks ready for cleaning and deeper analysis
  • Will proceed with data cleaning and visualization in next commit

πŸ”§ Installation & Setup

  1. Clone this repository
    git clone https://github.com/adityarajahuja8/PythonProject.git
    cd PythonProject
  2. Install dependencies
    pip install pandas numpy matplotlib seaborn
  3. Run the initial script
    python EDA.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages