Consumption of Diesel and Petrol 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
                       
Diesel Consumption (Mb/d)
               

No description available for this field.

Name (identifier)
diesel_consumption
Type
decimal
Sample
                       
Petrol Consumption (Mb/d)
               

No description available for this field.

Name (identifier)
petrol_consumption
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"consumption-of-diesel-and-petrol-in-india",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/consumption-of-diesel-and-petrol-in-india"
      }
    ]
    ,
  • "definitions":
    {
    • "consumption-of-diesel-and-petrol-in-india":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/consumption-of-diesel-and-petrol-in-india_records"
            }
          }
        }
      }
      ,
    • "consumption-of-diesel-and-petrol-in-india_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "diesel_consumption":
              {
              • "type":"number",
              • "title":"Diesel Consumption (Mb/d)",
              • "description":""
              }
              ,
            • "petrol_consumption":
              {
              • "type":"number",
              • "title":"Petrol Consumption (Mb/d)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets