records

records

Active filters Clear all

No active filters

Filters

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

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Month
               

No description available for this field.

Name (identifier)
month
Type
text
Sample
                       
Departure city
               

No description available for this field.

Name (identifier)
departure_city
Type
text
Sample
                       
Arrival city
               

No description available for this field.

Name (identifier)
arrival_city
Type
text
Sample
                       
Number of buses
               

No description available for this field.

Name (identifier)
number_of_buses
Type
integer
Sample
                       
Buses capacity
               

No description available for this field.

Name (identifier)
buses_capacity
Type
integer
Sample
                       
Number of passengers
               

No description available for this field.

Name (identifier)
number_of_passengers
Type
integer
Sample
                       
Number of flights
               

No description available for this field.

Name (identifier)
number_of_flights
Type
integer
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets