Electricity Consumption by Sectors

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
                       
Region
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
Sector
               

No description available for this field.

Name (identifier)
sector
Type
text
Sample
                       
Electricity Consumption (MWh)
               

No description available for this field.

Name (identifier)
electricity_consumption_mwh
Type
decimal
Sample
                       
Name
               

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
Date_Object
               

No description available for this field.

Name (identifier)
date_object
Type
date
Sample
                       
Periodicity
               

No description available for this field.

Name (identifier)
periodicity
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"electricity-consumption-by-sectors",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/electricity-consumption-by-sectors"
      }
    ]
    ,
  • "definitions":
    {
    • "electricity-consumption-by-sectors":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/electricity-consumption-by-sectors_records"
            }
          }
        }
      }
      ,
    • "electricity-consumption-by-sectors_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "sector":
              {
              • "type":"string",
              • "title":"Sector",
              • "description":""
              }
              ,
            • "electricity_consumption_mwh":
              {
              • "type":"number",
              • "title":"Electricity Consumption (MWh)",
              • "description":""
              }
              ,
            • "name":
              {
              • "type":"string",
              • "title":"Name",
              • "description":""
              }
              ,
            • "date_object":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date_Object",
              • "description":""
              }
              ,
            • "periodicity":
              {
              • "type":"string",
              • "title":"Periodicity",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets