Total Live Births by Gender and Country

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Gender
               

No description available for this field.

Name (identifier)
gender
Type
text
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
indicator
Type
text
Sample
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Live Births
               

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":"unece-statistical-division-gender-statistics-families-and-households",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/unece-statistical-division-gender-statistics-families-and-households"
      }
    ]
    ,
  • "definitions":
    {
    • "unece-statistical-division-gender-statistics-families-and-households":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/unece-statistical-division-gender-statistics-families-and-households_records"
            }
          }
        }
      }
      ,
    • "unece-statistical-division-gender-statistics-families-and-households_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "gender":
              {
              • "type":"string",
              • "title":"Gender",
              • "description":""
              }
              ,
            • "indicator":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Live Births",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets