Understanding Market Trends in a Coffee Retail Chain
- Loaded dataset:
Coffee_Chain.csv
- Displayed first few rows using
.head()
- Inspected data types and non-null counts using
.info()
- Checked for missing values
- Checked for duplicate rows
- Generated summary statistics using
.describe()
- Printed all column names for review
- 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
- Clone this repository
git clone https://github.com/adityarajahuja8/PythonProject.git cd PythonProject
- Install dependencies
pip install pandas numpy matplotlib seaborn
- Run the initial script
python EDA.py