records

records

Active filters Clear all

No active filters

Filters

Taxi Trips

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
decimal
Sample
                       
Period Covered
               

No description available for this field.

Name (identifier)
period_covered
Type
text
Sample
                       
Number of regular taxis trips
               

No description available for this field.

Name (identifier)
number_of_regular_taxis_trips
Type
decimal
Sample
                       
Number of Special Needs trips
               

No description available for this field.

Name (identifier)
number_of_special_needs_trips
Type
decimal
Sample
                       
Number of women's taxi (Mahra) trips
               

No description available for this field.

Name (identifier)
number_of_women_s_taxi_mahra_trips
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"taxi-trips",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/taxi-trips"
      }
    ]
    ,
  • "definitions":
    {
    • "taxi-trips":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/taxi-trips_records"
            }
          }
        }
      }
      ,
    • "taxi-trips_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"number",
              • "title":"Year",
              • "description":""
              }
              ,
            • "period_covered":
              {
              • "type":"string",
              • "title":"Period Covered",
              • "description":""
              }
              ,
            • "number_of_regular_taxis_trips":
              {
              • "type":"number",
              • "title":"Number of regular taxis trips",
              • "description":""
              }
              ,
            • "number_of_special_needs_trips":
              {
              • "type":"number",
              • "title":"Number of Special Needs trips",
              • "description":""
              }
              ,
            • "number_of_women_s_taxi_mahra_trips":
              {
              • "type":"number",
              • "title":"Number of women's taxi (Mahra) trips",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets