Energy Consumption and Number of Customers by Region

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
                       
regoin
               

No description available for this field.

Name (identifier)
regoin
Type
text
Sample
                       
Company
               

No description available for this field.

Name (identifier)
company
Type
text
Sample
                       
Value
               

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-region",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/energy-consumption-and-number-of-consumers-by-region"
      }
    ]
    ,
  • "definitions":
    {
    • "energy-consumption-and-number-of-consumers-by-region":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/energy-consumption-and-number-of-consumers-by-region_records"
            }
          }
        }
      }
      ,
    • "energy-consumption-and-number-of-consumers-by-region_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "classification":
              {
              • "type":"string",
              • "title":"Classification",
              • "description":""
              }
              ,
            • "regoin":
              {
              • "type":"string",
              • "title":"regoin ",
              • "description":""
              }
              ,
            • "company":
              {
              • "type":"string",
              • "title":"Company",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets