Annual CO₂ emissions by world region (1750 - 2022)

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
                       
Entity
               

No description available for this field.

Name (identifier)
entity
Type
text
Sample
                       
Annual CO2 emissions
               

No description available for this field.

Name (identifier)
annual_coa_emissions
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"annual-co2-emissions-by-world-region",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/annual-co2-emissions-by-world-region"
      }
    ]
    ,
  • "definitions":
    {
    • "annual-co2-emissions-by-world-region":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/annual-co2-emissions-by-world-region_records"
            }
          }
        }
      }
      ,
    • "annual-co2-emissions-by-world-region_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "entity":
              {
              • "type":"string",
              • "title":"Entity",
              • "description":""
              }
              ,
            • "annual_coa_emissions":
              {
              • "type":"number",
              • "title":"Annual CO2 emissions",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets