records

records

Active filters Clear all

No active filters

Filters

The total anumber of passengers and public transport trips within cities by year, region, city and station

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
                       
Region
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
City
               

No description available for this field.

Name (identifier)
city
Type
text
Sample
                       
Route
               

No description available for this field.

Name (identifier)
route
Type
text
Sample
                       
Line Name
               

No description available for this field.

Name (identifier)
line_name
Type
text
Sample
                       
Number of Trips
               

No description available for this field.

Name (identifier)
number_of_trips
Type
decimal
Sample
                       
Number of Passengers
               

No description available for this field.

Name (identifier)
number_of_passengers
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"the-total-number-of-passengers-and-public-transport-trips-within-cities-by-year-",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/the-total-number-of-passengers-and-public-transport-trips-within-cities-by-year-"
      }
    ]
    ,
  • "definitions":
    {
    • "the-total-number-of-passengers-and-public-transport-trips-within-cities-by-year-":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/the-total-number-of-passengers-and-public-transport-trips-within-cities-by-year-_records"
            }
          }
        }
      }
      ,
    • "the-total-number-of-passengers-and-public-transport-trips-within-cities-by-year-_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year ",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "city":
              {
              • "type":"string",
              • "title":"City",
              • "description":""
              }
              ,
            • "route":
              {
              • "type":"string",
              • "title":"Route",
              • "description":""
              }
              ,
            • "line_name":
              {
              • "type":"string",
              • "title":"Line Name",
              • "description":""
              }
              ,
            • "number_of_trips":
              {
              • "type":"number",
              • "title":"Number of Trips",
              • "description":""
              }
              ,
            • "number_of_passengers":
              {
              • "type":"number",
              • "title":"Number of Passengers",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets