Population Ranking

New records are currently being added to this dataset, this process may take a while. Please note that visualizations might be incomplete in the meantime. Don't hesitate to refresh your page regularly!

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Population Ranking
               

No description available for this field.

Name (identifier)
population_ranking
Type
integer
Sample
                       
Population in Thousands
               

No description available for this field.

Name (identifier)
population_in_thousands
Type
decimal
Sample
                       
Column 4
               

No description available for this field.

Name (identifier)
column_4
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"worldbank-population",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/worldbank-population"
      }
    ]
    ,
  • "definitions":
    {
    • "worldbank-population":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/worldbank-population_records"
            }
          }
        }
      }
      ,
    • "worldbank-population_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "population_ranking":
              {
              • "type":"integer",
              • "title":"Population Ranking",
              • "description":""
              }
              ,
            • "population_in_thousands":
              {
              • "type":"number",
              • "title":"Population in Thousands",
              • "description":""
              }
              ,
            • "column_4":
              {
              • "type":"string",
              • "title":"Column 4",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets