Peak Load in the Kingdom by Month

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
                       
Month
               

No description available for this field.

Name (identifier)
month
Type
text
Sample
                       
Peak Load (MW)
               

No description available for this field.

Name (identifier)
peak_load
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"peak-load-in-the-kingdom-during-years-1995-2009-g-by-month-mw",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/peak-load-in-the-kingdom-during-years-1995-2009-g-by-month-mw"
      }
    ]
    ,
  • "definitions":
    {
    • "peak-load-in-the-kingdom-during-years-1995-2009-g-by-month-mw":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/peak-load-in-the-kingdom-during-years-1995-2009-g-by-month-mw_records"
            }
          }
        }
      }
      ,
    • "peak-load-in-the-kingdom-during-years-1995-2009-g-by-month-mw_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "peak_load":
              {
              • "type":"integer",
              • "title":"Peak Load (MW)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets