A beginner-friendly data analysis project that loads farm sales data, cleans it, computes insights, and generates charts automatically.
- 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/)
- Python
- pandas
- matplotlib