Skip to content

1as-sys/Data-analysis-on-CSV-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Tools Used Python

Pandas

Matplotlib (for charts)

Jupyter Notebook / Google Colab

Dataset File: sample_sales_data.csv Columns:

Date → Date of sale

Product → Product name (e.g., Laptop, Phone)

Region → Sales region (North, South, East, West)

Sales → Sales amount in USD

Steps to Run Clone or download this project folder.

Open Jupyter Notebook or Google Colab.

Upload the sample_sales_data.csv file.

Install dependencies (if needed):

bash Copy Edit pip install pandas matplotlib Run the notebook to:

Load CSV data

Explore and clean data

Group sales by product & region

Plot bar, pie, and line charts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors