Official tourism data from the Maharashtra Tourism Development Corporation covering domestic and international visitor numbers, tourist destinations, and accommodation statistics
# Maharashtra Tourism statistics
import pandas as pd
print('Maharashtra Tourism: https://tourism.maharashtra.gov.in/')
print('Visitor statistics by destination')| Field | Type | Description |
|---|---|---|
| destination | string | Tourist destination name |
| district | string | District location |
| domestic_visitors | int | Number of domestic tourists |
| foreign_visitors | int | Number of foreign tourists |
| year | int | Statistics year |