Skip to content

devdarsini543/csv-data-analysis-python

Repository files navigation

Data Analysis on CSV Files

📌 Objective

Analyze sales data from a CSV file using Pandas to extract basic insights and visualize them with charts.

🛠 Tools & Libraries

  • Python
  • Pandas
  • Matplotlib
  • VS Code

📂 Project Structure

Task5-Data-Analysis/

├── sales.csv
├── task5_analysis.py
├── requirements.txt
└── README.md

🚀 How to Run

  1. Clone the repository
    git clone <repo-link>
    cd Task5-Data-Analysis
  2. Install dependencies
    pip install -r requirements.txt
  3. Run the script
    python task5_analysis.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages