Penn World Table 10.01

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
                       
countrycode
               

No description available for this field.

Name (identifier)
countrycode
Type
text
Sample
                       
country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
currency_unit
               

No description available for this field.

Name (identifier)
currency_unit
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
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":"penn-world-table-90",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/penn-world-table-90"
      }
    ]
    ,
  • "definitions":
    {
    • "penn-world-table-90":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/penn-world-table-90_records"
            }
          }
        }
      }
      ,
    • "penn-world-table-90_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"year",
              • "description":""
              }
              ,
            • "countrycode":
              {
              • "type":"string",
              • "title":"countrycode",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"country",
              • "description":""
              }
              ,
            • "currency_unit":
              {
              • "type":"string",
              • "title":"currency_unit",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets