The United States Census Bureau’s international dataset provides estimates of country populations since 1950 and projections through 2050. Specifically, the dataset includes midyear population figures broken down by age and gender assignment at birth. Additionally, time-series data is provided for attributes including fertility rates, birth rates, death rates, and migration rates.
You can use the BigQuery Python client library to query tables in this dataset in Kernels. Note that methods available in Kernels are limited to querying data. Tables are at bigquery-public-data.census_bureau_international.
What countries have the longest life expectancy? In this query, 2016 census information is retrieved by joining the mortality_life_expectancy and country_names_area tables for countries larger than 25,000 km2. Without the size constraint, Monaco is the top result with an average life expectancy of over 89 years!
SELECT
age.country_name,
age.life_expectancy,
size.country_area
FROM (
SELECT
country_name,
life_expectancy
FROM
bigquery-public-data.census_bureau_international.mortality_life_expectancy
WHERE
year = 2016) age
INNER JOIN (
SELECT
country_name,
country_area
FROM
bigquery-public-data.census_bureau_international.country_names_area
where country_area > 25000) size
ON
age.country_name = size.country_name
ORDER BY
2 DESC
/* Limit removed for Data Studio Visualization */
LIMIT
10
Which countries have the largest proportion of their population under 25? Over 40% of the world’s population is under 25 and greater than 50% of the world’s population is under 30! This query retrieves the countries with the largest proportion of young people by joining the age-specific population table with the midyear (total) population table.
SELECT
age.country_name,
SUM(age.population) AS under_25,
pop.midyear_population AS total,
ROUND((SUM(age.population) / pop.midyear_population) * 100,2) AS pct_under_25
FROM (
SELECT
country_name,
population,
country_code
FROM
bigquery-public-data.census_bureau_international.midyear_population_agespecific
WHERE
year =2017
AND age < 25) age
INNER JOIN (
SELECT
midyear_population,
country_code
FROM
bigquery-public-data.census_bureau_international.midyear_population
WHERE
year = 2017) pop
ON
age.country_code = pop.country_code
GROUP BY
1,
3
ORDER BY
4 DESC /* Remove limit for visualization*/
LIMIT
10
The International Census dataset contains growth information in the form of birth rates, death rates, and migration rates. Net migration is the net number of migrants per 1,000 population, an important component of total population and one that often drives the work of the United Nations Refugee Agency. This query joins the growth rate table with the area table to retrieve 2017 data for countries greater than 500 km2.
SELECT
growth.country_name,
growth.net_migration,
CAST(area.country_area AS INT64) AS country_area
FROM (
SELECT
country_name,
net_migration,
country_code
FROM
bigquery-public-data.census_bureau_international.birth_death_growth_rates
WHERE
year = 2017) growth
INNER JOIN (
SELECT
country_area,
country_code
FROM
bigquery-public-data.census_bureau_international.country_names_area
Historic (none)
United States Census Bureau
Terms of use: This dataset is publicly available for anyone to use under the following terms provided by the Dataset Source - http://www.data.gov/privacy-policy#data_policy - and is provided "AS IS" without any warranty, express or implied, from Google. Google disclaims all liability for any damages, direct or indirect, resulting from the use of the dataset.
See the GCP Marketplace listing for more details and sample queries: https://console.cloud.google.com/marketplace/details/united-states-census-bureau/international-census-data
Projected Population by Single Year of Age, Sex, Race, Hispanic Origin, and Nativity for the United States: 2016-2060 // Source: U.S. Census Bureau, Population Division // There are four projection scenarios: 1. Main series, 2. High Immigration series, 3. Low Immigration series, and 4. Zero Immigration series. // Note: Hispanic origin is considered an ethnicity, not a race. Hispanics may be of any race. // For detailed information about the methods used to create the population projections, see https://www2.census.gov/programs-surveys/popproj/technical-documentation/methodology/methodstatement17.pdf. // Population projections are estimates of the population for future dates. They are typically based on an estimated population consistent with the most recent decennial census and are produced using the cohort-component method. Projections illustrate possible courses of population change based on assumptions about future births, deaths, net international migration, and domestic migration. The Population Estimates and Projections Program provides additional information on its website: https://www.census.gov/programs-surveys/popproj.html.
The dataset, provided both in comma-separated values (.csv) and the more informative Stata (.dta) format, contains place/year demographic data on more than 300 rural Alaska communities annually for 1990 to 2022 -- about 10,000 place/years. For each of the available place/years, the data include population estimates from the Alaska Department of Labor and Workforce Development or (in Census years) from the US Census. For a subset consisting of 104 northern or western Alaska (Arctic/subarctic) towns and villages, the dataset also contains yearly estimates of natural increase (births minus deaths) and net migration (population minus last year's population plus natural increase). Natural increase was calculated from birth and death counts provided confidentially to researchers by the Alaska Health Analytics and Vital Records Section (HAVRS). By agreement with HAVRS, the community-level birth and death counts are not available for publication. Population, natural increase, and net migration estimates reflect mid-year values, or change over the past fiscal rather than calendar year. For example, the natural increase value for a community in 2020 is based on births and deaths of residents from July 1, 2019 to June 31, 2020. We emphasize that all values here are best estimates, based on records of the Alaska government organizations. The dataset contains 19 variables: placename Place name (string) placenum Place name (numeric) placefips Place FIPS code year Year borough Borough name boroughfips Borough FIPS code latitude Latitude (decimal, - denotes S) longitude Longitude (decimal, - denotes W) town Village {0:pop2020<2,000} or town {1:pop2020>2,000} village104 104 selected Arctic/rural communities {0,1} arctic43 43 Arctic communities {0,1}, Hamilton et al. 2016 north37 37 Northern Alaska communities {0,1), Hamilton et al. 2016 pop Population (2022 data) cpopP Change in population, percent natinc Natural increase: births-deaths natincP Natural increase, percent netmig Net migration estimate netmigP Net migration, percent nipop Population without migration Three of these variables flag particular subsets of communities. The first two subsets (43 or 37 places) were analyzed in earlier publications, so the flags might be useful for replications or comparisons. The third subset (104 places) is a newer, expanded group of Arctic/subarctic towns and villages for which natural increase and net migration estimates are now available. The flag variables are: If arctic43 = 1 Subset consisting of 43 Arctic towns and villages, previously studied in three published articles: 1. Hamilton, L.C. & A.M. Mitiguy. 2009. “Visualizing population dynamics of Alaska’s Arctic communities.” Arctic 62(4):393–398. https://doi.org/10.14430/arctic170 2. Hamilton, L.C., D.M. White, R.B. Lammers & G. Myerchin. 2012. “Population, climate and electricity use in the Arctic: Integrated analysis of Alaska community data.” Population and Environment 33(4):269–283. https://doi.org/10.1007/s11111-011-0145-1 3. Hamilton, L.C., K. Saito, P.A. Loring, R.B. Lammers & H.P. Huntington. 2016. “Climigration? Population and climate change in Arctic Alaska.” Population and Environment 38(2):115–133. https://doi.org/10.1007/s11111-016-0259-6 If north37 = 1 Subset consisting of 37 northern Alaska towns and villages, previously analyzed for comparison with Nunavut and Greenland in a paper on demographics of the Inuit Arctic: 4. Hamilton, L.C., J. Wirsing & K. Saito. 2018. “Demographic variation and change in the Inuit Arctic.” Environmental Research Letters 13:11507. https://doi.org/10.1088/1748-9326/aae7ef If village104 = 1 Expanded group consisting of 104 communities, including all those in the arctic43 and north37 subsets. This group includes most rural Arctic/subarctic communities that had reasonably complete, continuous data, and 2018 populations of at least 100 people. These data were developed by updating older work and drawing in 61 additional towns or villages, as part of the NSF-supported Arctic Village Dynamics project (OPP-1822424).
Isolation caused by anthropogenic habitat fragmentation can destabilize populations. Populations relying on the inflow of immigrants can face reduced fitness due to inbreeding depression as fewer new individuals arrive. Empirical studies of the demographic consequences of isolation are critical to understanding how populations persist through changing conditions. We used a 34-year demographic and environmental dataset from a population of cooperatively-breeding Florida Scrub-Jays (Aphelocoma coerulescens) to create mechanistic models linking environmental and demographic factors to population growth rates. We found that the population has not declined despite both declining immigration and increasing inbreeding, owing to a coinciding response in breeder survival. We find evidence of density-dependent immigration, breeder survival, and fecundity, indicating that interactions between vital rates and local density play a role in buffering the population against change. Our study elucidates..., All work was approved by the Cornell University Institutional Animal Care and Use Committee (IACUC 2010-0015) and authorized by permits from the US Fish and Wildlife Service (TE824723-8), the US Geological Survey (banding permit 07732), and the Florida Fish and Wildlife Conservation Commission (LSSC-10-00205)., , # Density dependence maintains long-term stability despite increased isolation and inbreeding in the Florida Scrub-Jay
https://doi.org/10.5061/dryad.p2ngf1vz3
This dataset contains raw census data (FullLOI.txt), derived vital rates (vr_clean_F_4stageDemo.rdata, vr_clean_M_4stageDemo.rdata), ecological metrics (reqsoi_update.txt, acorns_update.txt, TerrYrBurnArea.txt, TerrMap.txt, TerrsToKeep.txt, densityCalcDemo.rdata, env_var_updateDemo.txt, envFac_annual.txt), pedigree information (pedInbr.txt, kinship_coef_Demo.rdata), and demographic models created using these data (vr_modelsDemo_revision_20240518.rdata, vr_modelsDemo.rdata, Demo_LTRE_results_20240518.rdata), including model validation results (vr_modelsDemo_validation_revisions_20240518.rdata).
https://www.icpsr.umich.edu/web/ICPSR/studies/9270/termshttps://www.icpsr.umich.edu/web/ICPSR/studies/9270/terms
This dataset provides annual population projections for the 50 states and the District of Columbia by age, sex, and race for the years 1986 through 2010. The projections were made using a mathematical projection model called the cohort-component method. This method allows separate assumptions to be made for each of the components of population change: births, deaths, internal migration, and international migration. The projections are consistent with the July 1, 1986 population estimates for states. In general, the projections assume a slight increase in the national levels of fertility, an increasing level of life expectancy, and a decreasing level of net international migration. Internal migration assumptions are based on the annual state-to-state migration data for the years 1975-1986.
"Total population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship. The values shown are midyear estimates.This dataset includes demographic data of 22 countries from 1960 to 2018, including Sri Lanka, Bangladesh, Pakistan, India, Maldives, etc. Data fields include: country, year, population ratio, male ratio, female ratio, population density (km). Source: ( 1 ) United Nations Population Division. World Population Prospects: 2019 Revision. ( 2 ) Census reports and other statistical publications from national statistical offices, ( 3 ) Eurostat: Demographic Statistics, ( 4 ) United Nations Statistical Division. Population and Vital Statistics Reprot ( various years ), ( 5 ) U.S. Census Bureau: International Database, and ( 6 ) Secretariat of the Pacific Community: Statistics and Demography Programme. Periodicity: Annual Statistical Concept and Methodology: Population estimates are usually based on national population censuses. Estimates for the years before and after the census are interpolations or extrapolations based on demographic models. Errors and undercounting occur even in high-income countries. In developing countries errors may be substantial because of limits in the transport, communications, and other resources required to conduct and analyze a full census. The quality and reliability of official demographic data are also affected by public trust in the government, government commitment to full and accurate enumeration, confidentiality and protection against misuse of census data, and census agencies' independence from political influence. Moreover, comparability of population indicators is limited by differences in the concepts, definitions, collection procedures, and estimation methods used by national statistical agencies and other organizations that collect the data. The currentness of a census and the availability of complementary data from surveys or registration systems are objective ways to judge demographic data quality. Some European countries' registration systems offer complete information on population in the absence of a census. The United Nations Statistics Division monitors the completeness of vital registration systems. Some developing countries have made progress over the last 60 years, but others still have deficiencies in civil registration systems. International migration is the only other factor besides birth and death rates that directly determines a country's population growth. Estimating migration is difficult. At any time many people are located outside their home country as tourists, workers, or refugees or for other reasons. Standards for the duration and purpose of international moves that qualify as migration vary, and estimates require information on flows into and out of countries that is difficult to collect. Population projections, starting from a base year are projected forward using assumptions of mortality, fertility, and migration by age and sex through 2050, based on the UN Population Division's World Population Prospects database medium variant."
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Untangling the spatial and temporal processes that influence population dynamics of migratory species is challenging, because changes in abundance are shaped by variation in vital rates across heterogeneous habitats and throughout the annual cycle. We developed a full-annual-cycle, integrated population model and used demographic data collected between 2011 and 2014 in southern Indiana and Belize to estimate stage-specific vital rates of a declining migratory songbird, the Wood Thrush (Hylocichla mustelina). Our primary objective was to understand how spatial and temporal variation in demography contributes to local and regional population growth. Our full-annual-cycle model allowed us to estimate: 1) age-specific, seasonal survival probabilities, including latent survival during both spring and autumn migration, and 2) how the relative contribution of vital rates to population growth differed among habitats. Wood Thrushes in our study populations experienced the lowest apparent survival rates during migration and apparent survival was lower during spring migration than during fall migration. Both mortality and high dispersal likely contributed to low apparent survival during spring migration. Population growth in high-quality habitat was most sensitive to variation in fecundity and apparent survival of juveniles during spring migration, whereas population growth in low-quality sites was most sensitive to adult apparent breeding-season survival. These results elucidate how full-annual-cycle vital rates, particularly apparent survival during migration, interact with spatial variation in habitat quality to influence population dynamics in migratory species.
This data package includes the underlying data and files to replicate the calculations, charts, and tables presented in The Economic Benefits of Latino Immigration: How the Migrant Hispanic Population’s Demographic Characteristics Contribute to US Growth, PIIE Working Paper 19-3.
If you use the data, please cite as: Huertas, Gonzalo, and Jacob Funk Kirkegaard. (2019). The Economic Benefits of Latino Immigration: How the Migrant Hispanic Population’s Demographic Characteristics Contribute to US Growth. PIIE Working Paper 19-3. Peterson Institute for International Economics.
https://search.gesis.org/research_data/datasearch-httpwww-da-ra-deoaip--oaioai-da-ra-de442047https://search.gesis.org/research_data/datasearch-httpwww-da-ra-deoaip--oaioai-da-ra-de442047
Abstract (en): Detailed demographic characteristics of the population of the United States from 1870 to 1960 are contained in this data collection. Included are state-level estimates of the nation's inhabitants by sex, race, nativity and age, as well as intercensal migration calculated by age, race, and sex. The basic information recorded in this collection was obtained from the decennial censuses of the United States or estimated by the principal investigators from material collected by the decennial censuses. The collection is comprised of thirteen separate data files. Each contains information for every state in the nation. All parts have a rectangular file structure with one record per case, with the number of cases ranging from 50 to 2,891, and the record length from 203 to 2,930 per part. Standard geographic identifying codes used in all of the files permit the combination of two or more of the files as research interests dictate. ICPSR data undergo a confidentiality review and are altered when necessary to limit the risk of disclosure. ICPSR also routinely creates ready-to-go data files along with setups in the major statistical software formats as well as standard codebooks to accompany the data. In addition to these procedures, ICPSR performed the following processing steps for this data collection: Created variable labels and/or value labels.. 2011-08-31 SAS, SPSS, and Stata setups have been added to this data collection.2006-01-12 All files were removed from dataset 14 and flagged as study-level files, so that they will accompany all downloads.2006-01-12 All files were removed from dataset 14 and flagged as study-level files, so that they will accompany all downloads. This collection was made available to ICPSR through the Population Studies Center of the University of Pennsylvania.
The data collection contains population projections for UK ethnic groups and all local area by age (single year of age up to 100+) and sex. Included in the data set are also input data to the cohort component model that was used to project populations into the future-fertility rates, mortality rates, international migration flows and internal migration probabilities. Also included in data set are output data: Number of deaths, births and internal migrants. All data included are for the years 2011 to 2061. We have produced two ethnic population projections for UK local authorities, based on information on 2011 Census ethnic populations and 2010-2011-2012 ethnic components. Both projections align fertility and mortality assumptions to ONS assumptions. Where they differ is in the migration assumptions. In LEEDS L1 we employ internal migration rates for 2001 to 2011, including periods of boom and bust. We use a new assumption about international migration anticipating that the UK may leave the EU (BREXIT). In LEEDS L2 we use average internal migration rates for the 5 year period 2006-11 and the official international migration flow assumptions with a long term balance of +185 thousand per annum. This project aims to understand and to forecast the ethnic transition in the United Kingdom's population at national and sub-national levels. The ethnic transition is the change in population composition from one dominated by the White British to much greater diversity. In the decade 2001-2011 the UK population grew strongly as a result of high immigration, increased fertility and reduced mortality. Both the Office for National Statistics (ONS) and Leeds University estimated the growth or decline in the sixteen ethnic groups making up the UK's population in 2001. The 2011 Census results revealed that both teams had over-estimated the growth of the White British population and under-estimated the growth of the ethnic minority populations. The wide variation between our local authority projected populations in 2011 and the Census suggested inaccurate forecasting of internal migration. We propose to develop, working closely with ONS as our first external partner, fresh estimates of mid-year ethnic populations and their components of change using new data on the later years of the decade and new methods to ensure the estimates agree in 2011 with the Census. This will involve using population accounting theory and an adjustment technique known as iterative proportional fitting to generate a fully consistent set of ethnic population estimates between 2001 and 2011. We will study, at national and local scales, the development of demographic rates for ethnic group populations (fertility, mortality, internal migration and international migration). The ten year time series of component summary indicators and age-specific rates will provide a basis for modelling future assumptions for projections. We will, in our main projection, align the assumptions to the ONS 2012-based principal projection. The national assumptions will need conversion to ethnic groups and to local scale. The ten years of revised ethnic-specific component rates will enable us to study the relationships between national and local demographic trends. In addition, we will analyse a consistent time series of local authority internal migration. We cannot be sure, at this stage, how the national-local relationships for each ethnic group will be modelled but we will be able to test our models using the time series. Of course, all future projections of the population are uncertain. We will therefore work to measure the uncertainty of component rates. The error distributions can be used to construct probability distributions of future populations via stochastic projections so that we can define confidence intervals around our projections. Users of projections are always interested in the impact of the component assumptions on future populations. We will run a set of reference projections to estimate the magnitude and direction of impact of international migrations assumptions (net effect of immigration less emigration), of internal migration assumptions (the net effect of in-migration less out-migration), of fertility assumptions compared with replacement level, of mortality assumptions compared with no change and finally the effect of the initial age distribution (i.e. demographic potential). The outputs from the project will be a set of technical reports on each aspect of the research, journal papers submitted for peer review and a database of projection inputs and outputs available to users via the web. The demographic inputs will be subject to quality assurance by Edge Analytics, our second external partner. They will also help in disseminating these inputs to local government users who want to use them in their own ethnic projections. In sum, the project will show how a wide range of secondary data sources can be used in theoretically refined demographic models to provide us with a more reliable picture of how the UK population is going to change in ethnic composition. Base year data (2011) are derived from the 2011 census, vital statistics and ONS migration data. Subsequent population data are computed with a cohort component model.
Attribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
License information was derived automatically
This dataset contains 25 columns which are: 1. Country: Corresponding country. 2. Poverty headcount ratio at $2.15 a day (2017 PPP) (% of population): Poverty in country. 3. Life expectancy at birth, total (years): Expected life from birth. 4. Population, total: Population of Country. 5. Population growth (annual %): Population growth each year. 6. Net migration: is the difference between the number of immigrants and the number of emigrants divided by the population. 7. Human Capital Index (HCI) (scale 0-1): is an annual measurement prepared by the World Bank. HCI measures which countries are best in mobilizing their human capital, the economic and professional potential of their citizens. The index measures how much capital each country loses through lack of education and health. 8. GDP (current US$)current US$constant US$current LCUconstant LCU: Gross domestic product is a monetary measure of the market value of all the final goods and services produced in a specific time period by a country or countries. 9. GDP per capita (current US$)current US$constant US$current LCUconstant LCU: the sum of gross value added by all resident producers in the economy plus any product taxes (less subsidies) not included in the valuation of output, divided by mid-year population. 10. GDP growth (annual %): The annual average rate of change of the gross domestic product (GDP) at market prices based on constant local currency, for a given national economy, during a specified period of time. 11. Unemployment, total (% of total labor force) (modeled ILO estimate) 12. Inflation, consumer prices (annual %) 13. Personal remittances, received (% of GDP) 14. CO2 emissions (metric tons per capita) 15. Forest area (% of land area) 16. Access to electricity (% of population) 17. Annual freshwater withdrawals, total (% of internal resources) 18. Electricity production from renewable sources, excluding hydroelectric (% of total) 19. People using safely managed sanitation services (% of population) 20. Intentional homicides (per 100,000 people) 21. Central government debt, total (% of GDP) 22. Statistical performance indicators (SPI): Overall score (scale 0-100) 23. Individuals using the Internet (% of population) 24. Proportion of seats held by women in national parliaments (%) 25. Foreign direct investment, net inflows (% of GDP): is when an investor becomes a significant or lasting investor in a business or corporation in a foreign country, which can be a boost to the global economy.
Economic
217
$5.50
The Bodie-Wassuk pronghorn (Antilocapra americana) herd contains migrants, but this herd does not migrate between traditional summer and winter seasonal ranges. Therefore, annual ranges were modeled using year-round data to demarcate high use areas instead of modeling the specific winter ranges commonly seen in other ungulate analyses in California (for example, see the “Casa Diablo Mule Deer” section of this report). Though the Bodie-Wassuk pronghorn aren’t traditional migrants, much of the herd displays a somewhat nomadic migratory tendency, moving between the Bodie Hills east of U.S. Highway 395 in California to a basin west of the Wassuk Range between Aurora Crater and Corey Peak in Nevada. A few collared individuals moved as far north as the Gray Hills, staying west of the Wassuk Range, and one collared individual moved as far south as the Alkali Valley. This herd prefers low sagebrush (Artemisia arbuscula) habitat followed by big sagebrush (Artemisia tridentata) communities. Pronghorn were reintroduced just north of Mono Lake beginning in the 1940s as well as to the Adobe Valley in the 1980s, but low fawn recruitment due to marginal habitat quality, a lack of permanent water availability, abundant wildlife exclusion fencing, and the expansion of pinyon-juniper woodlands and invasive cheat-grass (Bromus tectorum) into preferred native shrub and forb habitats has prevented population growth. The current estimate is stable at <150 animals (Taylor, 2011). Additional conservation concerns for the herd include human activities, such as off-highway vehicle use and proposed mining, as well as an increasing wild horse population. These mapping layers show the _location of the migration corridors for pronghorn (Antilocapra americana) in the Bodie-Wassuk population in California. They were developed from 102 migration sequences collected from a sample size of 18 animals comprising GPS locations collected every 4 hours.
Not seeing a result you expected?
Learn how you can add new datasets to our index.
The United States Census Bureau’s international dataset provides estimates of country populations since 1950 and projections through 2050. Specifically, the dataset includes midyear population figures broken down by age and gender assignment at birth. Additionally, time-series data is provided for attributes including fertility rates, birth rates, death rates, and migration rates.
You can use the BigQuery Python client library to query tables in this dataset in Kernels. Note that methods available in Kernels are limited to querying data. Tables are at bigquery-public-data.census_bureau_international.
What countries have the longest life expectancy? In this query, 2016 census information is retrieved by joining the mortality_life_expectancy and country_names_area tables for countries larger than 25,000 km2. Without the size constraint, Monaco is the top result with an average life expectancy of over 89 years!
SELECT
age.country_name,
age.life_expectancy,
size.country_area
FROM (
SELECT
country_name,
life_expectancy
FROM
bigquery-public-data.census_bureau_international.mortality_life_expectancy
WHERE
year = 2016) age
INNER JOIN (
SELECT
country_name,
country_area
FROM
bigquery-public-data.census_bureau_international.country_names_area
where country_area > 25000) size
ON
age.country_name = size.country_name
ORDER BY
2 DESC
/* Limit removed for Data Studio Visualization */
LIMIT
10
Which countries have the largest proportion of their population under 25? Over 40% of the world’s population is under 25 and greater than 50% of the world’s population is under 30! This query retrieves the countries with the largest proportion of young people by joining the age-specific population table with the midyear (total) population table.
SELECT
age.country_name,
SUM(age.population) AS under_25,
pop.midyear_population AS total,
ROUND((SUM(age.population) / pop.midyear_population) * 100,2) AS pct_under_25
FROM (
SELECT
country_name,
population,
country_code
FROM
bigquery-public-data.census_bureau_international.midyear_population_agespecific
WHERE
year =2017
AND age < 25) age
INNER JOIN (
SELECT
midyear_population,
country_code
FROM
bigquery-public-data.census_bureau_international.midyear_population
WHERE
year = 2017) pop
ON
age.country_code = pop.country_code
GROUP BY
1,
3
ORDER BY
4 DESC /* Remove limit for visualization*/
LIMIT
10
The International Census dataset contains growth information in the form of birth rates, death rates, and migration rates. Net migration is the net number of migrants per 1,000 population, an important component of total population and one that often drives the work of the United Nations Refugee Agency. This query joins the growth rate table with the area table to retrieve 2017 data for countries greater than 500 km2.
SELECT
growth.country_name,
growth.net_migration,
CAST(area.country_area AS INT64) AS country_area
FROM (
SELECT
country_name,
net_migration,
country_code
FROM
bigquery-public-data.census_bureau_international.birth_death_growth_rates
WHERE
year = 2017) growth
INNER JOIN (
SELECT
country_area,
country_code
FROM
bigquery-public-data.census_bureau_international.country_names_area
Historic (none)
United States Census Bureau
Terms of use: This dataset is publicly available for anyone to use under the following terms provided by the Dataset Source - http://www.data.gov/privacy-policy#data_policy - and is provided "AS IS" without any warranty, express or implied, from Google. Google disclaims all liability for any damages, direct or indirect, resulting from the use of the dataset.
See the GCP Marketplace listing for more details and sample queries: https://console.cloud.google.com/marketplace/details/united-states-census-bureau/international-census-data