Total Energy consumption and number of consumers by Category\Region

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
                       
Classification
               

No description available for this field.

Name (identifier)
classification
Type
text
Sample
                       
Category
               

No description available for this field.

Name (identifier)
category_region
Type
text
Sample
                       
Region
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
Consumption (GWh)
               

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":"energy-consumption-in-mwh-by-region-sector-and-number-of-consumers-for-2007-2014",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/energy-consumption-in-mwh-by-region-sector-and-number-of-consumers-for-2007-2014"
      }
    ]
    ,
  • "definitions":
    {
    • "energy-consumption-in-mwh-by-region-sector-and-number-of-consumers-for-2007-2014":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/energy-consumption-in-mwh-by-region-sector-and-number-of-consumers-for-2007-2014_records"
            }
          }
        }
      }
      ,
    • "energy-consumption-in-mwh-by-region-sector-and-number-of-consumers-for-2007-2014_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "classification":
              {
              • "type":"string",
              • "title":"Classification",
              • "description":""
              }
              ,
            • "category_region":
              {
              • "type":"string",
              • "title":"Category",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Consumption (GWh)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets