District-wise motor vehicle registration data, road accident statistics (fatalities, injuries, causes), and road network length for Maharashtra. Enables traffic safety analysis and accident prediction modeling.
# Maharashtra State Data Bank - Transport
import pandas as pd
print('MahaSDB Transport: Motor vehicle registration data')
print('District-wise vehicle registration statistics')| Field | Type | Description |
|---|---|---|
| district | string | District name |
| vehicle_type | string | Type of vehicle (two-wheeler, car, truck, etc.) |
| registered_count | int | Number of registered vehicles |
| year | int | Registration year |