The number of flights executed, the number of buses and their capacity, and the number of passengers between cities for previous years, by year, month, and the city of departure
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"the-number-of-flights-executed-the-number-of-buses-and-their-capacity-and-the-nu",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/the-number-of-flights-executed-the-number-of-buses-and-their-capacity-and-the-nu"
}
] - "definitions":{
- "the-number-of-flights-executed-the-number-of-buses-and-their-capacity-and-the-nu":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/the-number-of-flights-executed-the-number-of-buses-and-their-capacity-and-the-nu_records"
}
}
} - "records":
} - "properties":
- "the-number-of-flights-executed-the-number-of-buses-and-their-capacity-and-the-nu_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "month":,{
- "type":"string",
- "title":"Month",
- "description":""
} - "departure_city":,{
- "type":"string",
- "title":"Departure city",
- "description":""
} - "arrival_city":,{
- "type":"string",
- "title":"Arrival city",
- "description":""
} - "number_of_buses":,{
- "type":"integer",
- "title":"Number of buses",
- "description":""
} - "buses_capacity":,{
- "type":"integer",
- "title":"Buses capacity",
- "description":""
} - "number_of_passengers":,{
- "type":"integer",
- "title":"Number of passengers",
- "description":""
} - "number_of_flights":{
- "type":"integer",
- "title":"Number of flights ",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "the-number-of-flights-executed-the-number-of-buses-and-their-capacity-and-the-nu":