Carbon Dioxide Emissions Embodied in International Trade

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
DATE
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
COUNTRY_NAME
               

No description available for this field.

Name (identifier)
country_name
Type
text
Sample
                       
VARIABLE_NAME
               

No description available for this field.

Name (identifier)
variable_name
Type
text
Sample
                       
PARTNER_NAME
               

No description available for this field.

Name (identifier)
partner_name
Type
text
Sample
                       
INDUSTRY_NAME
               

No description available for this field.

Name (identifier)
industry_name
Type
text
Sample
                       
VALUE
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"carbon-dioxide-emissions-embodied-in-international-trade",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/carbon-dioxide-emissions-embodied-in-international-trade"
      }
    ]
    ,
  • "definitions":
    {
    • "carbon-dioxide-emissions-embodied-in-international-trade":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/carbon-dioxide-emissions-embodied-in-international-trade_records"
            }
          }
        }
      }
      ,
    • "carbon-dioxide-emissions-embodied-in-international-trade_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"DATE",
              • "description":""
              }
              ,
            • "country_name":
              {
              • "type":"string",
              • "title":"COUNTRY_NAME",
              • "description":""
              }
              ,
            • "variable_name":
              {
              • "type":"string",
              • "title":"VARIABLE_NAME",
              • "description":""
              }
              ,
            • "partner_name":
              {
              • "type":"string",
              • "title":"PARTNER_NAME",
              • "description":""
              }
              ,
            • "industry_name":
              {
              • "type":"string",
              • "title":"INDUSTRY_NAME",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"VALUE",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets