Electricity Consumption, Production, Number of Subscribers, Peak Load and Actual Generating Capacity

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Electricity indicator
               

No description available for this field.

Name (identifier)
electricity_indicator
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
indicator_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-consumption-production-number-of-subscribers-and-peak-load-1980-2004",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/electricity-consumption-production-number-of-subscribers-and-peak-load-1980-2004"
      }
    ]
    ,
  • "definitions":
    {
    • "electricity-consumption-production-number-of-subscribers-and-peak-load-1980-2004":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/electricity-consumption-production-number-of-subscribers-and-peak-load-1980-2004_records"
            }
          }
        }
      }
      ,
    • "electricity-consumption-production-number-of-subscribers-and-peak-load-1980-2004_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "electricity_indicator":
              {
              • "type":"string",
              • "title":"Electricity indicator",
              • "description":""
              }
              ,
            • "indicator_value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets