Housing units electrical energy consumption by season and region

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Consumption Season
               

No description available for this field.

Name (identifier)
consumption_season
Type
text
Sample
                       
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
                       
Electrical Energy Consumption in kWh
               

No description available for this field.

Name (identifier)
housing_units_electrical_energy_consumption
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"housing-units-electrical-energy-consumption-by-season-and-region",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/housing-units-electrical-energy-consumption-by-season-and-region"
      }
    ]
    ,
  • "definitions":
    {
    • "housing-units-electrical-energy-consumption-by-season-and-region":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/housing-units-electrical-energy-consumption-by-season-and-region_records"
            }
          }
        }
      }
      ,
    • "housing-units-electrical-energy-consumption-by-season-and-region_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "consumption_season":
              {
              • "type":"string",
              • "title":"Consumption Season",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "region":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "housing_units_electrical_energy_consumption":
              {
              • "type":"number",
              • "title":"Electrical Energy Consumption in kWh",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets