records

records

Active filters Clear all

No active filters

Filters

Trips, vehicles and drivers statistics for vehicle routing activity by year and month

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
integer
Sample
                       
VEHICLE_COUNT
               

No description available for this field.

Name (identifier)
vehicle_count
Type
integer
Sample
                       
DRIVER_COUNT
               

No description available for this field.

Name (identifier)
driver_count
Type
integer
Sample
                       
TRIPS_COUNT
               

No description available for this field.

Name (identifier)
trips_count
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"trips-vehicles-and-drivers-statistics-for-vehicle-routing-activity-by-year-and-m",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/trips-vehicles-and-drivers-statistics-for-vehicle-routing-activity-by-year-and-m"
      }
    ]
    ,
  • "definitions":
    {
    • "trips-vehicles-and-drivers-statistics-for-vehicle-routing-activity-by-year-and-m":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/trips-vehicles-and-drivers-statistics-for-vehicle-routing-activity-by-year-and-m_records"
            }
          }
        }
      }
      ,
    • "trips-vehicles-and-drivers-statistics-for-vehicle-routing-activity-by-year-and-m_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"YEAR",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"integer",
              • "title":"MONTH",
              • "description":""
              }
              ,
            • "vehicle_count":
              {
              • "type":"integer",
              • "title":"VEHICLE_COUNT",
              • "description":""
              }
              ,
            • "driver_count":
              {
              • "type":"integer",
              • "title":"DRIVER_COUNT",
              • "description":""
              }
              ,
            • "trips_count":
              {
              • "type":"integer",
              • "title":"TRIPS_COUNT",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets