The Human Capital Report

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_REGION
               

No description available for this field.

Name (identifier)
country_region
Type
text
Sample
                       
COUNTRY_NAME
               

No description available for this field.

Name (identifier)
country_name
Type
text
Sample
                       
COUNTRY_INCOME-GROUP
               

No description available for this field.

Name (identifier)
country_income_group
Type
text
Sample
                       
INDICATOR_NAME
               

No description available for this field.

Name (identifier)
indicator_name
Type
text
Sample
                       
INDICATOR_UNIT
               

No description available for this field.

Name (identifier)
indicator_unit
Type
text
Sample
                       
SEX_NAME
               

No description available for this field.

Name (identifier)
sex_name
Type
text
Sample
                       
VALUE
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
INDICATOR_NOTES
               

No description available for this field.

Name (identifier)
indicator_notes
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"the-human-capital-report-2016",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/the-human-capital-report-2016"
      }
    ]
    ,
  • "definitions":
    {
    • "the-human-capital-report-2016":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/the-human-capital-report-2016_records"
            }
          }
        }
      }
      ,
    • "the-human-capital-report-2016_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"DATE",
              • "description":""
              }
              ,
            • "country_region":
              {
              • "type":"string",
              • "title":"COUNTRY_REGION",
              • "description":""
              }
              ,
            • "country_name":
              {
              • "type":"string",
              • "title":"COUNTRY_NAME",
              • "description":""
              }
              ,
            • "country_income_group":
              {
              • "type":"string",
              • "title":"COUNTRY_INCOME-GROUP",
              • "description":""
              }
              ,
            • "indicator_name":
              {
              • "type":"string",
              • "title":"INDICATOR_NAME",
              • "description":""
              }
              ,
            • "indicator_unit":
              {
              • "type":"string",
              • "title":"INDICATOR_UNIT",
              • "description":""
              }
              ,
            • "sex_name":
              {
              • "type":"string",
              • "title":"SEX_NAME",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"VALUE",
              • "description":""
              }
              ,
            • "indicator_notes":
              {
              • "type":"string",
              • "title":"INDICATOR_NOTES",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets