World Energy Use 1960-2014

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
                       
Population (People)
               

No description available for this field.

Name (identifier)
population_people
Type
integer
Sample
                       
GDP-PPP (Million Intl$ (2011))
               

No description available for this field.

Name (identifier)
gdp_ppp_million_intl_2011
Type
decimal
Sample
                       
GDP-USD (Million US$ (2010))
               

No description available for this field.

Name (identifier)
gdp_usd_million_us_2010
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"world-energy-use-1960-2012",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/world-energy-use-1960-2012"
      }
    ]
    ,
  • "definitions":
    {
    • "world-energy-use-1960-2012":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/world-energy-use-1960-2012_records"
            }
          }
        }
      }
      ,
    • "world-energy-use-1960-2012_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "population_people":
              {
              • "type":"integer",
              • "title":"Population (People)",
              • "description":""
              }
              ,
            • "gdp_ppp_million_intl_2011":
              {
              • "type":"number",
              • "title":"GDP-PPP (Million Intl$ (2011))",
              • "description":""
              }
              ,
            • "gdp_usd_million_us_2010":
              {
              • "type":"number",
              • "title":"GDP-USD (Million US$ (2010))",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets