A quantitative analysis of how organic farming affects farmer outcomes in Tanzania
# Organic vs Conventional Farmer Outcomes in Tanzania
This project analyzes the impact of organic vs conventional farming on farmer outcomes using survey and agricultural data from Tanzania.
## Structure
- `notebooks/`: Jupyter notebooks for each analysis step
- `data/raw/`: Original data files
- `data/processed/`: Cleaned and processed data
- `data/outputs/`: Results, tables, and figures
- `src/`: Source code and utility functions
## Setup
Install dependencies with pip:
```sh
pip install -r requirements.txt
```
Or create a conda environment:
```sh
conda env create -f environment.yml
```