Electricity Consumption per Customer

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
                       
Consumption (KWh/Customer)
               

No description available for this field.

Name (identifier)
kwh_customer
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-per-customer",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/electricity-consumption-per-customer"
      }
    ]
    ,
  • "definitions":
    {
    • "electricity-consumption-per-customer":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/electricity-consumption-per-customer_records"
            }
          }
        }
      }
      ,
    • "electricity-consumption-per-customer_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "kwh_customer":
              {
              • "type":"number",
              • "title":"Consumption (KWh/Customer)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets