Share of Road Transport in India

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
                       
Two-wheelers
               

No description available for this field.

Name (identifier)
two_wheelers
Type
decimal
Sample
                       
Cars, jeeps, taxis
               

No description available for this field.

Name (identifier)
cars_jeeps_taxis
Type
decimal
Sample
                       
Buses
               

No description available for this field.

Name (identifier)
buses
Type
decimal
Sample
                       
Goods vehicles
               

No description available for this field.

Name (identifier)
goods_vehicles
Type
decimal
Sample
                       
Others
               

No description available for this field.

Name (identifier)
others
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"share-of-road-transport-in-india-",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/share-of-road-transport-in-india-"
      }
    ]
    ,
  • "definitions":
    {
    • "share-of-road-transport-in-india-":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/share-of-road-transport-in-india-_records"
            }
          }
        }
      }
      ,
    • "share-of-road-transport-in-india-_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "two_wheelers":
              {
              • "type":"number",
              • "title":"Two-wheelers",
              • "description":""
              }
              ,
            • "cars_jeeps_taxis":
              {
              • "type":"number",
              • "title":"Cars, jeeps, taxis",
              • "description":""
              }
              ,
            • "buses":
              {
              • "type":"number",
              • "title":"Buses",
              • "description":""
              }
              ,
            • "goods_vehicles":
              {
              • "type":"number",
              • "title":"Goods vehicles",
              • "description":""
              }
              ,
            • "others":
              {
              • "type":"number",
              • "title":"Others",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets