records

records

Active filters Clear all

No active filters

Filters

The number of public transport passengers by year and city

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
                       
city
               

No description available for this field.

Name (identifier)
city
Type
text
Sample
                       
total_passengers
               

No description available for this field.

Name (identifier)
total_passengers
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-public-transport-passengers-by-year-and-city",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/the-number-of-public-transport-passengers-by-year-and-city"
      }
    ]
    ,
  • "definitions":
    {
    • "the-number-of-public-transport-passengers-by-year-and-city":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/the-number-of-public-transport-passengers-by-year-and-city_records"
            }
          }
        }
      }
      ,
    • "the-number-of-public-transport-passengers-by-year-and-city_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"year",
              • "description":""
              }
              ,
            • "city":
              {
              • "type":"string",
              • "title":"city",
              • "description":""
              }
              ,
            • "total_passengers":
              {
              • "type":"integer",
              • "title":"total_passengers",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets