Top 20 Countries Wind Power Generation Capacity

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
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
YoY in 2016
               

No description available for this field.

Name (identifier)
yoy_in_2016
Type
decimal
Unit
%
Sample
                       
Global share in 2016
               

No description available for this field.

Name (identifier)
global_share_in_2016
Type
decimal
Unit
%
Sample
                       
value (Watts/hour)
               

No description available for this field.

Name (identifier)
value_wattshour
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"top-20-countries-wind-power-generation-capacity",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/top-20-countries-wind-power-generation-capacity"
      }
    ]
    ,
  • "definitions":
    {
    • "top-20-countries-wind-power-generation-capacity":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/top-20-countries-wind-power-generation-capacity_records"
            }
          }
        }
      }
      ,
    • "top-20-countries-wind-power-generation-capacity_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "yoy_in_2016":
              {
              • "type":"number",
              • "title":"YoY in 2016",
              • "description":"",
              • "unit":"%"
              }
              ,
            • "global_share_in_2016":
              {
              • "type":"number",
              • "title":"Global share in 2016",
              • "description":"",
              • "unit":"%"
              }
              ,
            • "value_wattshour":
              {
              • "type":"number",
              • "title":"value (Watts/hour)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets