Energy Consumption and Number of Customers by Sector-(Category)

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
                       
Sector (Category)
               

No description available for this field.

Name (identifier)
sector_category
Type
text
Sample
                       
Company
               

No description available for this field.

Name (identifier)
company
Type
text
Sample
                       
Value (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-and-number-of-consumers-by-sector",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/energy-consumption-and-number-of-consumers-by-sector"
      }
    ]
    ,
  • "definitions":
    {
    • "energy-consumption-and-number-of-consumers-by-sector":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/energy-consumption-and-number-of-consumers-by-sector_records"
            }
          }
        }
      }
      ,
    • "energy-consumption-and-number-of-consumers-by-sector_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "classification":
              {
              • "type":"string",
              • "title":"Classification",
              • "description":""
              }
              ,
            • "sector_category":
              {
              • "type":"string",
              • "title":"Sector (Category)",
              • "description":""
              }
              ,
            • "company":
              {
              • "type":"string",
              • "title":"Company",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value (GWh)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets