Railways' Passengers Carried Among Railway Stations

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
                       
Departure
               

No description available for this field.

Name (identifier)
from
Type
text
Sample
                       
Destination
               

No description available for this field.

Name (identifier)
destination
Type
text
Sample
                       
Passengers
               

No description available for this field.

Name (identifier)
passengers
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"railways-passengers-carried-among-railway-stations-2004-2008-ad",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/railways-passengers-carried-among-railway-stations-2004-2008-ad"
      }
    ]
    ,
  • "definitions":
    {
    • "railways-passengers-carried-among-railway-stations-2004-2008-ad":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/railways-passengers-carried-among-railway-stations-2004-2008-ad_records"
            }
          }
        }
      }
      ,
    • "railways-passengers-carried-among-railway-stations-2004-2008-ad_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "from":
              {
              • "type":"string",
              • "title":"Departure",
              • "description":""
              }
              ,
            • "destination":
              {
              • "type":"string",
              • "title":"Destination",
              • "description":""
              }
              ,
            • "passengers":
              {
              • "type":"integer",
              • "title":"Passengers",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets