Historical CO2 emissions by country and sector

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
                       
Sector
               

No description available for this field.

Name (identifier)
sector
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
Code
               

No description available for this field.

Name (identifier)
code
Type
text
Sample
                       
Country/ state
               

No description available for this field.

Name (identifier)
country_state
Type
text
Sample
                       
Source
               

No description available for this field.

Name (identifier)
source
Type
text
Sample
                       
Gas
               

No description available for this field.

Name (identifier)
gas
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"historical_co2_emissions_by_country_and_sector_cait",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/historical_co2_emissions_by_country_and_sector_cait"
      }
    ]
    ,
  • "definitions":
    {
    • "historical_co2_emissions_by_country_and_sector_cait":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/historical_co2_emissions_by_country_and_sector_cait_records"
            }
          }
        }
      }
      ,
    • "historical_co2_emissions_by_country_and_sector_cait_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "sector":
              {
              • "type":"string",
              • "title":"Sector",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
              ,
            • "code":
              {
              • "type":"string",
              • "title":"Code",
              • "description":""
              }
              ,
            • "country_state":
              {
              • "type":"string",
              • "title":"Country/ state",
              • "description":""
              }
              ,
            • "source":
              {
              • "type":"string",
              • "title":"Source",
              • "description":""
              }
              ,
            • "gas":
              {
              • "type":"string",
              • "title":"Gas",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets