Electricity production, distribution and consumption

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year and Month
               

No description available for this field.

Name (identifier)
year_and_month
Type
date
Sample
                       
Indicators Name
               

No description available for this field.

Name (identifier)
indicators_name
Type
text
Sample
                       
Stations Name
               

No description available for this field.

Name (identifier)
stations_name
Type
text
Sample
                       
Networks Name
               

No description available for this field.

Name (identifier)
networks_name
Type
text
Sample
                       
Units
               

No description available for this field.

Name (identifier)
units
Type
text
Sample
                       
Indicators - Full Name
               

No description available for this field.

Name (identifier)
indicators_full_name
Type
text
Sample
                       
Indicators - Description
               

No description available for this field.

Name (identifier)
indicators_description
Type
text
Sample
                       
OPWP Purchases Name
               

No description available for this field.

Name (identifier)
opwp_purchases_name
Type
text
Sample
                       
Scale
               

No description available for this field.

Name (identifier)
scale
Type
text
Sample
                       
Electricity Consumption
               

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-consumption-by-sector-1997-2015",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/electricity-consumption-by-sector-1997-2015"
      }
    ]
    ,
  • "definitions":
    {
    • "electricity-consumption-by-sector-1997-2015":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/electricity-consumption-by-sector-1997-2015_records"
            }
          }
        }
      }
      ,
    • "electricity-consumption-by-sector-1997-2015_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year_and_month":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year and Month",
              • "description":""
              }
              ,
            • "indicators_name":
              {
              • "type":"string",
              • "title":"Indicators Name",
              • "description":""
              }
              ,
            • "stations_name":
              {
              • "type":"string",
              • "title":"Stations Name",
              • "description":""
              }
              ,
            • "networks_name":
              {
              • "type":"string",
              • "title":"Networks Name",
              • "description":""
              }
              ,
            • "units":
              {
              • "type":"string",
              • "title":"Units",
              • "description":""
              }
              ,
            • "indicators_full_name":
              {
              • "type":"string",
              • "title":"Indicators - Full Name",
              • "description":""
              }
              ,
            • "indicators_description":
              {
              • "type":"string",
              • "title":"Indicators - Description",
              • "description":""
              }
              ,
            • "opwp_purchases_name":
              {
              • "type":"string",
              • "title":"OPWP Purchases Name",
              • "description":""
              }
              ,
            • "scale":
              {
              • "type":"string",
              • "title":"Scale",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Electricity Consumption",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets