Population by Gender and Age Group

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
                       
Region, subregion, country or area *
               

No description available for this field.

Name (identifier)
region_subregion_country_or_area
Type
text
Sample
                       
Region Type
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
Gender
               

No description available for this field.

Name (identifier)
gender
Type
text
Sample
                       
Age group
               

No description available for this field.

Name (identifier)
age_group
Type
text
Sample
                       
Population
               

No description available for this field.

Name (identifier)
value
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"population-by-sex-and-age-group",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/population-by-sex-and-age-group"
      }
    ]
    ,
  • "definitions":
    {
    • "population-by-sex-and-age-group":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/population-by-sex-and-age-group_records"
            }
          }
        }
      }
      ,
    • "population-by-sex-and-age-group_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "region_subregion_country_or_area":
              {
              • "type":"string",
              • "title":"Region, subregion, country or area *",
              • "description":""
              }
              ,
            • "type":
              {
              • "type":"string",
              • "title":"Region Type",
              • "description":""
              }
              ,
            • "gender":
              {
              • "type":"string",
              • "title":"Gender",
              • "description":""
              }
              ,
            • "age_group":
              {
              • "type":"string",
              • "title":"Age group",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"integer",
              • "title":"Population",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets