District and taluka-wise tree plantation data from Maharashtra's reforestation programs including the 10 Crore Plantation initiative. Tracks planted area, species, survival rates, and carbon sequestration potential. Enables monitoring of reforestation commitments.
# Maharashtra Forest Department plantation data
import pandas as pd
print('Maharashtra Forest Plantation Status')
print('Source: Maharashtra Forest Department')| Field | Type | Description |
|---|---|---|
| district | string | District name |
| plantation_area_ha | float | Area planted in hectares |
| survival_rate | float | Plantation survival rate percentage |
| species | string | Tree species planted |
| year | int | Plantation year |