Primary Energy Consumption by Fuel - Mtoe

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
                       
Country
               

No description available for this field.

Name (identifier)
million_tonnes_oil_equivalent
Type
text
Sample
                       
Fuel Type
               

No description available for this field.

Name (identifier)
fuel_type
Type
text
Sample
                       
Energy Consumption (Mtoe)
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"primary-energy-consumption-by-fuel",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/primary-energy-consumption-by-fuel"
      }
    ]
    ,
  • "definitions":
    {
    • "primary-energy-consumption-by-fuel":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/primary-energy-consumption-by-fuel_records"
            }
          }
        }
      }
      ,
    • "primary-energy-consumption-by-fuel_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "million_tonnes_oil_equivalent":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "fuel_type":
              {
              • "type":"string",
              • "title":"Fuel Type",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Energy Consumption (Mtoe)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets