Electricity - Number of Customers

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
                       
Customers
               

No description available for this field.

Name (identifier)
customers
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"electricity-number-of-customers",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/electricity-number-of-customers"
      }
    ]
    ,
  • "definitions":
    {
    • "electricity-number-of-customers":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/electricity-number-of-customers_records"
            }
          }
        }
      }
      ,
    • "electricity-number-of-customers_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "customers":
              {
              • "type":"number",
              • "title":"Customers",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets