Detailed state budget data including revenue receipts, expenditure by department, plan/non-plan breakdowns, and fiscal indicators
# Download from https://finance.maharashtra.gov.in/
import pandas as pd
print('Maharashtra Budget: https://finance.maharashtra.gov.in/')
print('Annual budget documents and expenditure data')| Field | Type | Description |
|---|---|---|
| department | string | Government department name |
| head | string | Budget head/category |
| allocation_crore | float | Budget allocation in crores |
| expenditure_crore | float | Actual expenditure in crores |
| year | string | Financial year |