Electricity Generation

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
                       
Select a country
               

No description available for this field.

Name (identifier)
select_a_country
Type
text
Sample
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Electricity generation (Twh)
               

No description available for this field.

Name (identifier)
electricity_generation_twh
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"saudi-arabia-electricity-generation-2018",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/saudi-arabia-electricity-generation-2018"
      }
    ]
    ,
  • "definitions":
    {
    • "saudi-arabia-electricity-generation-2018":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/saudi-arabia-electricity-generation-2018_records"
            }
          }
        }
      }
      ,
    • "saudi-arabia-electricity-generation-2018_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "select_a_country":
              {
              • "type":"string",
              • "title":"Select a country",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "electricity_generation_twh":
              {
              • "type":"number",
              • "title":" Electricity generation (Twh)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets