Consumption of Electricity by Sector

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
                       
Sector
               

No description available for this field.

Name (identifier)
sector
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Unit
GWh
Sample
                       
Annual growth in electricity consumption
               

No description available for this field.

Name (identifier)
annual_growth_in_electricity_consumption
Type
decimal
Unit
%
Sample
                       

JSON Schema

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

{
  • "title":"consumption-of-electricity-by-sector@kapsarc",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/consumption-of-electricity-by-sector@kapsarc"
      }
    ]
    ,
  • "definitions":
    {
    • "consumption-of-electricity-by-sector@kapsarc":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/consumption-of-electricity-by-sector@kapsarc_records"
            }
          }
        }
      }
      ,
    • "consumption-of-electricity-by-sector@kapsarc_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "sector":
              {
              • "type":"string",
              • "title":"Sector",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":"",
              • "unit":"GWh"
              }
              ,
            • "annual_growth_in_electricity_consumption":
              {
              • "type":"number",
              • "title":"Annual growth in electricity consumption",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets