Electricity Grid Electrical Load

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Power Grid
               

No description available for this field.

Name (identifier)
power_grid
Type
text
Sample
                       
Grid Load (MW)
               

No description available for this field.

Name (identifier)
grid_load_mw
Type
decimal
Sample
                       
YOY Growth
               

No description available for this field.

Name (identifier)
yoy_growth
Type
decimal
Sample
                       
Grand Total (MW)
               

No description available for this field.

Name (identifier)
grand_total_mw
Type
decimal
Sample
                       
Grand Total YOY Growth
               

No description available for this field.

Name (identifier)
grand_total_yoy_growth
Type
decimal
Sample
                       
Statistical Year
               

No description available for this field.

Name (identifier)
statistical_year
Type
text
Sample
                       
Statistical Period Month
               

No description available for this field.

Name (identifier)
statistical_period_month
Type
text
Sample
                       
Month
               

No description available for this field.

Name (identifier)
month
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"electricity-grid-electrical-load",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/electricity-grid-electrical-load"
      }
    ]
    ,
  • "definitions":
    {
    • "electricity-grid-electrical-load":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/electricity-grid-electrical-load_records"
            }
          }
        }
      }
      ,
    • "electricity-grid-electrical-load_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "power_grid":
              {
              • "type":"string",
              • "title":"Power Grid",
              • "description":""
              }
              ,
            • "grid_load_mw":
              {
              • "type":"number",
              • "title":"Grid Load (MW)",
              • "description":""
              }
              ,
            • "yoy_growth":
              {
              • "type":"number",
              • "title":"YOY Growth",
              • "description":""
              }
              ,
            • "grand_total_mw":
              {
              • "type":"number",
              • "title":"Grand Total (MW)",
              • "description":""
              }
              ,
            • "grand_total_yoy_growth":
              {
              • "type":"number",
              • "title":"Grand Total YOY Growth",
              • "description":""
              }
              ,
            • "statistical_year":
              {
              • "type":"string",
              • "title":"Statistical Year",
              • "description":""
              }
              ,
            • "statistical_period_month":
              {
              • "type":"string",
              • "title":"Statistical Period Month",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"integer",
              • "title":"Month",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets