Electricity Supply and Consumption

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 or area
               

No description available for this field.

Name (identifier)
country_or_area
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Value (Gigawatt-hours and kilowatt-hours per capita)
               

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":"electricity-supply-and-consumption0",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/electricity-supply-and-consumption0"
      }
    ]
    ,
  • "definitions":
    {
    • "electricity-supply-and-consumption0":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/electricity-supply-and-consumption0_records"
            }
          }
        }
      }
      ,
    • "electricity-supply-and-consumption0_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "country_or_area":
              {
              • "type":"string",
              • "title":"Country or area",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value (Gigawatt-hours and kilowatt-hours per capita)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets