70 records

Statistics of trips, passengers, drivers and vehicles by year and month and activity in tracking vehicles for qualified drivers

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
2020
Month
               

No description available for this field.

Name (identifier)
month
Type
text
Sample
9
Vehicle activity (tracking vechicles)
               

No description available for this field.

Name (identifier)
vehicle_activity_tracking_vechicles
Type
text
Sample
Airport fare
Number of vehicles
               

No description available for this field.

Name (identifier)
number_of_vehicles
Type
decimal
Sample
1
Number of drivers
               

No description available for this field.

Name (identifier)
number_of_drivers
Type
decimal
Sample
1
Number of trips
               

No description available for this field.

Name (identifier)
number_of_trips
Type
decimal
Sample
94
Number of passengers
               

No description available for this field.

Name (identifier)
number_of_passengers
Type
decimal
Sample
470

JSON Schema

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

{
  • "title":"statistics-of-trips-passengers-drivers-and-vehicles-by-year-and-month-and-activi",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/statistics-of-trips-passengers-drivers-and-vehicles-by-year-and-month-and-activi"
      }
    ]
    ,
  • "definitions":
    {
    • "statistics-of-trips-passengers-drivers-and-vehicles-by-year-and-month-and-activi":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/statistics-of-trips-passengers-drivers-and-vehicles-by-year-and-month-and-activi_records"
            }
          }
        }
      }
      ,
    • "statistics-of-trips-passengers-drivers-and-vehicles-by-year-and-month-and-activi_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "vehicle_activity_tracking_vechicles":
              {
              • "type":"string",
              • "title":"Vehicle activity (tracking vechicles)",
              • "description":""
              }
              ,
            • "number_of_vehicles":
              {
              • "type":"number",
              • "title":"Number of vehicles",
              • "description":""
              }
              ,
            • "number_of_drivers":
              {
              • "type":"number",
              • "title":"Number of drivers",
              • "description":""
              }
              ,
            • "number_of_trips":
              {
              • "type":"number",
              • "title":"Number of trips",
              • "description":""
              }
              ,
            • "number_of_passengers":
              {
              • "type":"number",
              • "title":"Number of passengers",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets