Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 495 Bytes

File metadata and controls

17 lines (13 loc) · 495 Bytes

Farm Sales Data Analysis (Python)

A beginner-friendly data analysis project that loads farm sales data, cleans it, computes insights, and generates charts automatically.

What it does

  • Loads a CSV dataset of farm sales
  • Cleans the dataset (dates, missing values, duplicates)
  • Computes revenue and profit
  • Shows profit by crop and monthly trends
  • Generates charts automatically (saved in outputs/)

Tech Stack

  • Python
  • pandas
  • matplotlib

Project Structure