Maharashtra Highways — National Highways Authority of India toll plaza transaction data and traffic volume for Maharashtra national highway sections
# NHAI toll data
import pandas as pd
print('NHAI Toll Data: https://tis.nhai.gov.in/')
print('Toll plaza locations, rates, and traffic counts')| Field | Type | Description |
|---|---|---|
| toll_plaza | string | Toll plaza name |
| highway | string | Highway name/number |
| vehicle_type | string | Vehicle category |
| toll_rate | float | Toll rate in Rs |
| daily_traffic | int | Average daily traffic count |