Electricity Peak Load

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
                       
Interconnected System
               

No description available for this field.

Name (identifier)
interconnected_system
Type
decimal
Sample
                       
Isolated System
               

No description available for this field.

Name (identifier)
isolated_system
Type
decimal
Sample
                       
Total (MW)
               

No description available for this field.

Name (identifier)
total_mw
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"electricity-peak-load",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/electricity-peak-load"
      }
    ]
    ,
  • "definitions":
    {
    • "electricity-peak-load":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/electricity-peak-load_records"
            }
          }
        }
      }
      ,
    • "electricity-peak-load_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "interconnected_system":
              {
              • "type":"number",
              • "title":"Interconnected System",
              • "description":""
              }
              ,
            • "isolated_system":
              {
              • "type":"number",
              • "title":"Isolated System",
              • "description":""
              }
              ,
            • "total_mw":
              {
              • "type":"number",
              • "title":"Total (MW)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets