CO2 emissions (metric tons per capita)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Country Name
               

No description available for this field.

Name (identifier)
country_name
Type
text
Sample
                       
Indicator Name
               

No description available for this field.

Name (identifier)
indicator_name
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
CO2 emissions (metric tons per capita)
               

No description available for this field.

Name (identifier)
co2_emissions_metric_tons_per_capita
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"co2-emissions-metric-tons-per-capita",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/co2-emissions-metric-tons-per-capita"
      }
    ]
    ,
  • "definitions":
    {
    • "co2-emissions-metric-tons-per-capita":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/co2-emissions-metric-tons-per-capita_records"
            }
          }
        }
      }
      ,
    • "co2-emissions-metric-tons-per-capita_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "country_name":
              {
              • "type":"string",
              • "title":"Country Name",
              • "description":""
              }
              ,
            • "indicator_name":
              {
              • "type":"string",
              • "title":"Indicator Name",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "co2_emissions_metric_tons_per_capita":
              {
              • "type":"number",
              • "title":"CO2 emissions (metric tons per capita)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets