Working with United States Census Data. K. Mitchell, 7/23/2016 (no affiliation with U.S. Census Bureau)

Size: px
Start display at page:

Download "Working with United States Census Data. K. Mitchell, 7/23/2016 (no affiliation with U.S. Census Bureau)"

Transcription

1 Working with United States Census Data K. Mitchell, 7/23/2016 (no affiliation with U.S. Census Bureau)

2 Outline Types of Data Available Census Geographies & Timeframes Data Access on Census.gov website American FactFinder Data Sets Data topics in the ACS Using the American FactFinder Census Bureau API s R packages to work with Census Data What s the deal with PUMS data? Geography: Public Use Microdata Areas (PUMAs) Integrated Public Use Microdata Series: University of Minnesota Questions??

3 Types of Data Available from Census.gov Decennial Complete Census Short form, 100% of United States residents American Community Survey Long form sample of residents Many more questions, much smaller sample size Topologically Integrated Geographic Encoding and Referencing database (TIGER) Other data collected/reported by the census bureau

4 Census Geographies (partial list) Whole United States Region: Northeast, Midwest, South, West Division: New England, Middle Atlantic, East North Central, West North Central, South Atlantic, East South Central, West South Central, Mountain, Pacific State County County Subdivision Zip code Census Block Public Use Microdata Areas (PUMA) Congressional District School District Metropolitan Statistical Area / Micropolitan Statistical Area

5 Census Timeframes (since 2000) Decennial Census Once every 10 years, complete data American Community Survey Sample taken every year, mandatory participation Results available for 1 year, 3 year, and 5 year estimates Results for 1 year estimate available for only larger geographical areas: represents a sample of 1% of the U.S. Population Results for 3 and 5 year estimates available for smaller geographical areas 5 year estimate represents a 5% sample of the U.S Population

6 Data Access On the Census Bureau Website census.gov Already Processed Online Easiest to use Visualizations Quick Facts Easy Stats And more! Summary Datasets Medium difficulty American Factfinder Community Facts Guided and Advanced Search Download Center Individual Survey Records Most difficult to use 5% Public Use Microdata Sample (PUMS) Individual replies to census surveys

7 American FactFinder: Available Data Sets American Community Survey American Housing Survey Annual Economic Surveys Annual Surveys of Governments Census of Governments Decennial Census Economic Census Equal Employment Opportunity (EEO) Tabulation Population Estimates Program Puerto Rico Community Survey

8 American Community Survey Topics Demographic Age and Sex * Group Quarters Population * Hispanic or Latino Origin * Race * Relationship * Total Population Housing Computer Ownership & Internet Access * House Heating Fuel * Kitchen Facilities * Occupancy/Vacancy Status * Occupants per Room * Owner Monthly Costs * Plumbing Facilities * Rent Statistics * Rooms * Bedrooms * Telephone Service Available * Tenure * Units in Structure * Value of Home * Vehicles Available * Year Householder Moved Into Unit * Year Structure Built Economic Class of Worker * Commuting to Work/Journey to Work * Employment Status * Food Stamps/Supplemental Nutrition Assistance Program (SNAP) * Health Insurance Coverage * Income and Earnings * Industry and Occupation * Poverty * Work Status Social Ancestry * Citizenship Status * Disability Status * Educational Attainment * Fertility * Field of Degree * Grandparents as Caregivers * Language * Marital History * Marital Status * Place of Birth * School Enrollment * Residence 1 Year Ago/Migration * Veterans * Year of Entry

9 American FactFinder:

10 American FactFinder: Guided Search

11 American FactFinder: Guided Search

12 American FactFinder: Search results

13 American FactFinder: View and Modify Table

14 American FactFinder: View and Modify Table

15 American FactFinder: Download Table

16 ACS Measures of Statistical Variability Coefficient of Variation Coefficient of variation (CV), also known as relative standard deviation (RSD), is a standardized measure of dispersion of a probability distribution or frequency distribution. It is often expressed as a percentage, and is defined as the ratio of the standard deviation σ to the mean µ (or its absolute value, µ ). Margin of Error, % Margin of Error The margin of error is the difference between an estimate and its upper or lower confidence bound. All ACS published margins of error are based on a 90 percent confidence level. Standard Error = Margin of Error / Lower Confidence Bound = Estimate - Margin of Error Upper Confidence Bound = Estimate + Margin of Error

17 American FactFinder:

18 Download DP02, DP03, DP04, DP05

19 Census Data API s The census bureau has an ongoing initiative to enable your applications to access data. Sign up for their newsletter: topic_id=uscensus_7480 New API dataset discovery tool (beta): Request an API key at this link:

20 R Packages to work with census data API acs Download, Manipulate, and Present American Community Survey and Decennial Data from the US Census Provides a general toolkit for downloading, managing, analyzing, and presenting data from the U.S. Census, including SF1 (Decennial short-form), SF3 (Decennial longform), and the American Community Survey (ACS). Confidence intervals provided with ACS data are converted to standard errors to be bundled with estimates in complex acs objects. Package provides new methods to conduct standard operations on acs objects and present/plot data in statistically appropriate ways. Current version is 2.0 +/ Requires API key choroplethr to map census data (internally calls acs package) choroplethrzip to map census data by zip code (accessible via github)

21 Example: Choropleths of industry participation by zip code

22 Example: Choropleths of industry participation by zip code library(choroplethrzip); library(mapproj); library(ggplot2) econ_zip <- read.csv("acs_14_5yr_dp03_with_annkm.csv") z <- data.frame(cbind(substr(as.character(econ_zip$geography),7,11), econ_zip[154])) names(z) <- c("region","value") z$region <- as.character(z$region) z$value <- as.numeric(as.character(z$value)) zip_choropleth(z, state_zoom = "new jersey", title="% in Transportation and warehousing, and utilities") + coord_map() z <- data.frame(cbind(substr(as.character(econ_zip$geography),7,11), econ_zip[158])) names(z) <- c("region","value") z$region <- as.character(z$region) z$value <- as.numeric(as.character(z$value)) zip_choropleth(z, state_zoom = "new jersey", title="% in Information") + coord_map()

23 What s the deal with PUMS data? American Community Survey (ACS) Public Use Microdata Sample (PUMS) files The full range of population and housing unit responses collected on individual ACS questionnaires Each record in the file represents a single person, or--in the household-level dataset--a single housing unit. PUMS files for an individual year, such as 2014, contain data on approximately one percent of the United States population. PUMS files covering a five-year period, such as , contain data on approximately five percent of the United States population. PUMS datasets on census.gov: Integrated Public Use Microdata Series maintained by the University of Minnesota.

24 Geography: Public Use Microdata Areas (PUMAs) Public Use Microdata Areas (PUMAs) are statistical geographic areas defined for the dissemination of Public Use Microdata Sample (PUMS) data. They are also used for disseminating American Community Survey (ACS) and Puerto Rico Community Survey period estimates PUMAs: Nest within states or equivalent entities Contain at least 100,000 people Cover the entirety of the United States, Puerto Rico, Guam, and the U.S. Virgin Islands 2 Are built on census tracts and counties Should be geographically contiguous

25 Integrated Public Use Microdata Series: University of Minnesota Easy-to-use interface Series of drop-downs allow the selection of specific variables instead of dealing with the entire dataset at once. Once the data selection is made an extract may be requested in the desired format. Harmonized variables with other data sets including IPUMS USA U.S. Census ACS IPUMS International Official census from other countries At least one sample from 82 countries IPUMS CPS Current Population Survey; Bureau of labor statistics (BLS), primary source of labor force statistics for the United States population.

26 IPUMS USA: Select Variables via dropdown

27 IPUMS USA: Variables / data sets / codes

28 IPUMS USA: Select Samples

29 Examples: PUMS Data Usage Visualization of U.S. Household Configurations; Most Common Family Types in America, Nathan Yau,

30

31 Questions??????

Taming the Census TIGER:

Taming the Census TIGER: Taming the Census TIGER: Download TIGER Files using American FactFinder Eric Coyle Data Dissemination Specialist U.S. Census Bureau Outline ACS Overview Census Geography Accessing TIGER/ACS Data Products

More information

American Community Survey Review and Tips for American Fact Finder. Sarah Ehresman Kentucky State Data Center August 7, 2014

American Community Survey Review and Tips for American Fact Finder. Sarah Ehresman Kentucky State Data Center August 7, 2014 1 American Community Survey Review and Tips for American Fact Finder Sarah Ehresman Kentucky State Data Center August 7, 2014 2 American Community Survey An ongoing annual survey that produces characteristics

More information

Understanding and Using the U.S. Census Bureau s American Community Survey

Understanding and Using the U.S. Census Bureau s American Community Survey Understanding and Using the US Census Bureau s American Community Survey The American Community Survey (ACS) is a nationwide continuous survey that is designed to provide communities with reliable and

More information

American Community Survey Overview

American Community Survey Overview American Community Survey Overview ACS Data Users Conference May 11, 2015 Gretchen Gooding American Community Survey Office 1 Outline American Community Survey (ACS) basics Resources for learning more

More information

Quick Reference Guide

Quick Reference Guide U.S. Census Bureau Revised 07-28-13 Quick Reference Guide Demographic Program Comparisons Decennial Census o Topics Covered o Table Prefix Codes / Product Types o Race / Ethnicity Table ID Suffix Codes

More information

My Tribal Area: Census Data Overview & Access. Eric Coyle Data Dissemination Specialist U.S. Census Bureau

My Tribal Area: Census Data Overview & Access. Eric Coyle Data Dissemination Specialist U.S. Census Bureau My Tribal Area: Census Data Overview & Access Eric Coyle Data Dissemination Specialist U.S. Census Bureau AGENDA Overview of Census Bureau Programs and Datasets available Census Geographies Ways to Access

More information

Census Data for Grant Writing Workshop Cowlitz-Wahkiakum Council of Governments. Heidi Crawford Data Dissemination Specialist U.S.

Census Data for Grant Writing Workshop Cowlitz-Wahkiakum Council of Governments. Heidi Crawford Data Dissemination Specialist U.S. Census Data for Grant Writing Workshop Cowlitz-Wahkiakum Council of Governments Heidi Crawford Data Dissemination Specialist U.S. Census Bureau Agenda Welcome and Introductions Overview of Census Data

More information

Geog 3340: Census Basics

Geog 3340: Census Basics Geog 3340: Census Basics About the US Census Bureau Mandated by the U. S. Constitution to count the population Used: to apportion seats in the U.S. House of Representatives to define legislature districts,

More information

Dallas Regional Office US Census Bureau

Dallas Regional Office US Census Bureau The Census Bureau: Important Data Products for Every Community Paula Wright, Information Services Specialist Suzee Privett, Information Services Assistant Willie DeBerry, Partnership Specialist Lacey Loftin,

More information

1980 Census 1. 1, 2, 3, 4 indicate different levels of racial/ethnic detail in the tables, and provide different tables.

1980 Census 1. 1, 2, 3, 4 indicate different levels of racial/ethnic detail in the tables, and provide different tables. 1980 Census 1 1. 1980 STF files (STF stands for Summary Tape File from the days of tapes) See the following WWW site for more information: http://www.icpsr.umich.edu/cgi/subject.prl?path=icpsr&query=ia1c

More information

Understanding the Census A Hands-On Training Workshop

Understanding the Census A Hands-On Training Workshop Understanding the Census A Hands-On Training Workshop Vanderbilt Census Information Center March 23, 2003 U.S. Census Bureau The world s largest and most comprehensive data collection and analysis organization!!!

More information

The American Community Survey and the 2010 Census

The American Community Survey and the 2010 Census Portland State University PDXScholar Publications, Reports and Presentations Population Research Center 3-2011 The American Community Survey and the 2010 Census Robert Lycan Portland State University Charles

More information

Census Data Determines Who Gets $300 Billion Annually Are You Getting Your Share?

Census Data Determines Who Gets $300 Billion Annually Are You Getting Your Share? Census Data Determines Who Gets $300 Billion Annually Are You Getting Your Share? Hartford Foundation for Public Giving November 13, 2009 Jim Palma, Partnership Specialist Hartford Local Census Office

More information

An Overview of the American Community Survey

An Overview of the American Community Survey An Overview of the American Community Survey Scott Boggess U.S. Census Bureau 2009 National Conference for Adult Education State Directors Washington, DC March 17, 2009 1 Overview What is the American

More information

Handout Packet. QuickFacts o Frequently Asked Questions

Handout Packet. QuickFacts o Frequently Asked Questions Census Data Immersion Infopeople Webinar August 7, 2012 Handout Packet QuickFacts o Frequently Asked Questions Demographic Program Tips o 2010 Decennial Census o Population Estimates Program (PEP) o American

More information

Who s in Your Neighborhood? Using the American FactFinder. Salma Abadin and Carrie Koss Vallejo Data You Can Use

Who s in Your Neighborhood? Using the American FactFinder. Salma Abadin and Carrie Koss Vallejo Data You Can Use Who s in Your Neighborhood? Using the American FactFinder Salma Abadin and Carrie Koss Vallejo Data You Can Use www.datayoucanuse.org Learning Objectives Learn what American FactFinder is and is not Become

More information

Italian Americans by the Numbers: Definitions, Methods & Raw Data

Italian Americans by the Numbers: Definitions, Methods & Raw Data Tom Verso (January 07, 2010) The US Census Bureau collects scientific survey data on Italian Americans and other ethnic groups. This article is the eighth in the i-italy series Italian Americans by the

More information

Welcome to: A Tour of Data Sources from the U.S. Census Bureau. Monday, October 19, :00 am 12:00 noon CT

Welcome to: A Tour of Data Sources from the U.S. Census Bureau. Monday, October 19, :00 am 12:00 noon CT Welcome to: A Tour of Data Sources from the U.S. Census Bureau Monday, October 19, 2015 11:00 am 12:00 noon CT 1 Illinois Early Childhood Asset Map (IECAM) http://iecam.illinois.edu University of Illinois

More information

Redistricting San Francisco: An Overview of Criteria, Data & Processes

Redistricting San Francisco: An Overview of Criteria, Data & Processes Redistricting San Francisco: An Overview of Criteria, Data & Processes Karin Mac Donald Q2 Data & Research, LLC October 5, 2011 1 Criteria in the San Francisco Charter: Districts must conform to all legal

More information

Finding U.S. Census Data with American FactFinder Tutorial

Finding U.S. Census Data with American FactFinder Tutorial Finding U.S. Census Data with American FactFinder Tutorial Mark E. Pfeifer, PhD Reference Librarian Bell Library Texas A and M University, Corpus Christi mark.pfeifer@tamucc.edu 361-825-3392 Population

More information

American Community Survey 5-Year Estimates

American Community Survey 5-Year Estimates DP02 SELECTED SOCIAL CHARACTERISTICS IN THE UNITED STATES 2012-2016 American Community Survey 5-Year Estimates Supporting documentation on code lists, subject definitions, data accuracy, and statistical

More information

American Community Survey 5-Year Estimates

American Community Survey 5-Year Estimates DP02 SELECTED SOCIAL CHARACTERISTICS IN THE UNITED STATES 2011-2015 American Community Survey 5-Year Estimates Supporting documentation on code lists, subject definitions, data accuracy, and statistical

More information

U.S. Census Bureau. Measuring America: People, Places, and Our Economy. Community Analysis Workshop. Armando Mendoza Data Dissemination Specialist

U.S. Census Bureau. Measuring America: People, Places, and Our Economy. Community Analysis Workshop. Armando Mendoza Data Dissemination Specialist U.S. Census Bureau Measuring America: People, Places, and Our Economy Community Analysis Workshop Armando Mendoza Data Dissemination Specialist U.S. Census Bureau September 21, 2017 Hello, I am Armando

More information

SELECTED SOCIAL CHARACTERISTICS IN THE UNITED STATES American Community Survey 5-Year Estimates

SELECTED SOCIAL CHARACTERISTICS IN THE UNITED STATES American Community Survey 5-Year Estimates DP02 SELECTED SOCIAL CHARACTERISTICS IN THE UNITED STATES 2010-2014 American Community Survey 5-Year Estimates Supporting documentation on code lists, subject definitions, data accuracy, and statistical

More information

Learning to Use the ACS for Transportation Planning Report on NCHRP Project 8-48

Learning to Use the ACS for Transportation Planning Report on NCHRP Project 8-48 Learning to Use the ACS for Transportation Planning Report on NCHRP Project 8-48 presented to TRB Census Data for Transportation Planning Meeting presented by Kevin Tierney Cambridge Systematics, Inc.

More information

Demystifying Census Data. Legislative Research Librarians September 18, 2013 Boise, Idaho

Demystifying Census Data. Legislative Research Librarians September 18, 2013 Boise, Idaho Demystifying Census Data Legislative Research Librarians September 18, 2013 Boise, Idaho 1 Agenda Demographic programs Census geography Race and ethnicity Accessing the data Tips: Presenting the data Topic-driven

More information

Census Data Tools. Hands-on exercises July 17 & 19, LULAC National Convention

Census Data Tools. Hands-on exercises July 17 & 19, LULAC National Convention Census Data Tools Hands-on exercises July 17 & 19, 2018 LULAC National Convention Armando Mendoza Data Dissemination Specialist U.S. Census Bureau armando.mendoza@census.gov 818.554.3606 1 P a g e HOMEPAGE

More information

Overview of Census Bureau Geographic Areas and Concepts

Overview of Census Bureau Geographic Areas and Concepts Overview of Census Bureau Geographic Areas and Concepts Drew Stanislaw US Census Bureau WVAGP Annual Meeting Shepherdstown, WV June 13, 2011 1 What is the role of geography in the Census? The Census count

More information

Reference Guide for Journalists: Using the American Community Survey

Reference Guide for Journalists: Using the American Community Survey Reference Guide for Journalists: Using the American Community Survey Cynthia M. Taeuber CMTaeuber & Associates Prepared in conjunction with The Brookings Institution s Metropolitan Policy Program Using

More information

Census Overview: Terminology & Definitions. Basics, Decennial, ACS, and Estimates. Census Datafiles

Census Overview: Terminology & Definitions. Basics, Decennial, ACS, and Estimates. Census Datafiles Census Overview: Basics, Decennial, ACS, and Estimates An Informational Session Presented for: The Nebraska State Data Center 25 th Annual Data Users Conference August 19, 2014 9:00 to 10:15 a.m. Part

More information

The American Community Survey Motivation, History, and Design. Workshop on the American Community Survey Havana, Cuba November 16, 2010

The American Community Survey Motivation, History, and Design. Workshop on the American Community Survey Havana, Cuba November 16, 2010 The American Community Survey Motivation, History, and Design Workshop on the American Community Survey Havana, Cuba November 16, 2010 1 Outline What is the ACS? Motivation and design goals Key ACS historical

More information

Census Data Access Workshop Census Data On A Dealine

Census Data Access Workshop Census Data On A Dealine Census Data Access Workshop Census Data On A Dealine Genora F. Barber, Information Services Specialist Monica K. Dukes, Information Services Specialist Gale D. Brock, Information Services Assistant Data

More information

Finding and Using Census Data

Finding and Using Census Data Finding and Using Census Data An Informational Session Presented for: 2015 CityMatCH Annual Urban MCH Leadership Conference Tuesday September 29, 2015 David Drozd, M.S. Center for Public Affairs Research

More information

The American Community Survey. An Esri White Paper August 2017

The American Community Survey. An Esri White Paper August 2017 An Esri White Paper August 2017 Copyright 2017 Esri All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of Esri. This work

More information

ESP 171 Urban and Regional Planning. Demographic Report. Due Tuesday, 5/10 at noon

ESP 171 Urban and Regional Planning. Demographic Report. Due Tuesday, 5/10 at noon ESP 171 Urban and Regional Planning Demographic Report Due Tuesday, 5/10 at noon Purpose The starting point for planning is an assessment of current conditions the answer to the question where are we now.

More information

Acquiring and Using New Census Data to Understand Service Area, Gaps, and Need

Acquiring and Using New Census Data to Understand Service Area, Gaps, and Need Acquiring and Using New Census Data to Understand Service Area, Gaps, and Need Agenda What types of Census data are available? Decennial, ACS, other we want mention today. Getting Census Data From American

More information

US Census. Thomas Talbot February 5, 2013

US Census. Thomas Talbot February 5, 2013 US Census Thomas Talbot February 5, 2013 Outline Census Geography TIGER Files Decennial Census - Complete count American Community Survey Yearly Sample Obtaining Data - American Fact Finder - Census FTP

More information

In-Office Address Canvassing for the 2020 Census: an Overview of Operations and Initial Findings

In-Office Address Canvassing for the 2020 Census: an Overview of Operations and Initial Findings In-Office Address Canvassing for the 2020 Census: an Overview of Operations and Initial Findings Michael Commons Address and Spatial Analysis Branch Geography Division U.S. Census Bureau In-Office Address

More information

Census Data for Transportation Planning

Census Data for Transportation Planning Census Data for Transportation Planning Transitioning to the American Community Survey May 11, 2005 Irvine, CA 1 Design Origins and Early Proposals Concept of rolling sample design Mid-decade census Proposed

More information

2010 Census Data. Get Ready for Changes in Your 2014 AAPs. Ellen Shong & Associates, LLC 9/13/ Past EEO Tabulations

2010 Census Data. Get Ready for Changes in Your 2014 AAPs. Ellen Shong & Associates, LLC 9/13/ Past EEO Tabulations 2010 Census Data Get Ready for Changes in Your 2014 AAPs Ellen Shong & Associates, LLC 9/13/2013 1 Past EEO Tabulations ORC tabulation based on 1970 Census occupational data. Funded by private organization

More information

Public Use Microdata Sample Files Data Note 1

Public Use Microdata Sample Files Data Note 1 Data Note 1 TECHNICAL NOTE ON SAME-SEX UNMARRIED PARTNER DATA FROM THE 1990 AND 2000 CENSUSES The release of data from the 2000 census has brought with it a number of analyses documenting change that has

More information

Poverty in the United Way Service Area

Poverty in the United Way Service Area Poverty in the United Way Service Area Year 2 Update 2012 The Institute for Urban Policy Research At The University of Texas at Dallas Poverty in the United Way Service Area Year 2 Update 2012 Introduction

More information

The 2010 Census: Count Question Resolution Program

The 2010 Census: Count Question Resolution Program The 2010 Census: Count Question Resolution Program Jennifer D. Williams Specialist in American National Government December 7, 2012 CRS Report for Congress Prepared for Members and Committees of Congress

More information

Overview of Demographic Data

Overview of Demographic Data Overview of Demographic Data Michael Ratcliffe Geography Division US Census Bureau Mapping Sciences Committee October 20, 2014 Sources of Demographic Data Censuses Full enumeration, or counting, of the

More information

HOW TO USE THE NEW AMERICAN FACT FINDER

HOW TO USE THE NEW AMERICAN FACT FINDER HOW TO USE THE NEW AMERICAN FACT FINDER October 26, 2011 American Community Survey Key Facts What it is nationwide survey to gather information on socio economic and housing characteristics What it is

More information

Supplement No. 7 published with Gazette No. 18 dated 30 August, THE STATISTICS LAW (1996 REVISION) THE CENSUS (CAYMAN ISLANDS) ORDER, 2010

Supplement No. 7 published with Gazette No. 18 dated 30 August, THE STATISTICS LAW (1996 REVISION) THE CENSUS (CAYMAN ISLANDS) ORDER, 2010 CAYMAN ISLANDS Supplement No. 7 published with Gazette No. 18 dated 30 August, 2010. THE STATISTICS LAW (1996 REVISION) THE CENSUS (CAYMAN ISLANDS) ORDER, 2010 THE CENSUS (CAYMAN ISLANDS) ORDER, 2010 ARRANGEMENT

More information

Environmental Justice Tool Guide

Environmental Justice Tool Guide Environmental Justice Tool Guide This document is intended to accompany the Environmental Justice section of MnDOT s Highway Project Development Process. This document provides additional guidance to steps

More information

National Longitudinal Study of Adolescent Health. Public Use Contextual Database. Waves I and II. John O.G. Billy Audra T. Wenzlow William R.

National Longitudinal Study of Adolescent Health. Public Use Contextual Database. Waves I and II. John O.G. Billy Audra T. Wenzlow William R. National Longitudinal Study of Adolescent Health Public Use Contextual Database Waves I and II John O.G. Billy Audra T. Wenzlow William R. Grady Carolina Population Center University of North Carolina

More information

Census Pro Documentation

Census Pro Documentation Census Pro Documentation Introduction: Census Pro is our name for both our Census Demographics data, and our Data Extractor, which allows our clients to select just the data they need, in the format they

More information

CONTRIBUTIONS OF THE INTERNATIONAL METROPOLIS PROJECT TO THE GLOBAL DISCUSSIONS ON THE RELATIONS BETWEEN MIGRATION AND DEVELOPMENT 1.

CONTRIBUTIONS OF THE INTERNATIONAL METROPOLIS PROJECT TO THE GLOBAL DISCUSSIONS ON THE RELATIONS BETWEEN MIGRATION AND DEVELOPMENT 1. UN/POP/MIG-16CM/2018/11 12 February 2018 SIXTEENTH COORDINATION MEETING ON INTERNATIONAL MIGRATION Population Division Department of Economic and Social Affairs United Nations Secretariat New York, 15-16

More information

Claritas Demographic Update Methodology Summary

Claritas Demographic Update Methodology Summary Claritas Demographic Update Methodology Summary 2006 by Claritas Inc. All rights reserved. Warning! The enclosed material is the intellectual property of Claritas Inc. (Claritas is a subsidiary of VNU,

More information

Census Data Boot Camp

Census Data Boot Camp Census Data Boot Camp WVAGP Annual Meeting June 14, 2011 Laura Waggoner Katy Rossiter Drew Stanislaw US. Census Bureau Census Data Boot Camp Outline 2010 Census Overview Geographic Products and Mapping

More information

The IPUMS-Europe project: Integrating the Region s Census Microdata

The IPUMS-Europe project: Integrating the Region s Census Microdata European Population Conference 2006 Topic 9 (Data and Methods) The IPUMS-Europe project: Integrating the Region s Census Microdata Dr. Albert Esteve (Centre d'estudis Demogràfics) Prof. Robert McCaa (Univeristy

More information

Conducting Research in the ACRDC

Conducting Research in the ACRDC Conducting Research in the ACRDC Melissa Ruby Banzhaf Atlanta Census Research Data Center Center for Economic Studies US Bureau of the Census Any opinions and conclusions expressed herein are those of

More information

Variance Estimation in US Census Data from Kathryn M. Coursolle. Lara L. Cleveland. Steven Ruggles. Minnesota Population Center

Variance Estimation in US Census Data from Kathryn M. Coursolle. Lara L. Cleveland. Steven Ruggles. Minnesota Population Center Variance Estimation in US Census Data from 1960-2010 Kathryn M. Coursolle Lara L. Cleveland Steven Ruggles Minnesota Population Center University of Minnesota-Twin Cities September, 2012 This paper was

More information

UK Data Service Introduction to Census

UK Data Service Introduction to Census UK Data Service Introduction to Census Richard Wiseman (Jisc, Manchester) Webinar 16 November 2017 What is a census? Main function to count the population At one or more location Obtain some characteristics

More information

FOR SALE Bees Ferry Rd & Main Rd/Hunt Club Charleston, SC. $1,250, Acres

FOR SALE Bees Ferry Rd & Main Rd/Hunt Club Charleston, SC. $1,250, Acres FOR SALE Bees Ferry Rd & Main Rd/Hunt Club $1,250,000 2.0 Acres Zoned Commercial in Charleston County Signalized intersection across at Hunt Club Subdivision & Main Rd Daily Traffic Count of 16,300 VPD

More information

Making Sense of Census Data Robert Matthews, University of Alabama at Birmingham, Birmingham, Alabama

Making Sense of Census Data Robert Matthews, University of Alabama at Birmingham, Birmingham, Alabama Paper MPSF 074 Making Sense of Census Data Robert Matthews, University of Alabama at Birmingham, Birmingham, Alabama ABSTRACT The United States Census Bureau publishes a vast amount of data on many different

More information

Scenario 5: Family Structure

Scenario 5: Family Structure Scenario 5: Family Structure Because human infants require the long term care and nurturing of adults before they can fend for themselves in often hostile environments, the family in some identifiable

More information

Country report Germany

Country report Germany Country report Germany Workshop Integration Global Census Microdata Durban, August 15th, 2008 Dr. Markus Zwick, Research Data Centre Federal Statistical Office Germany RDC of official statistics interface

More information

: Geocode File - Census Tract, Block-Group and Block. Codebook

: Geocode File - Census Tract, Block-Group and Block. Codebook 196815: Geocode File Census Tract, BlockGroup and Block Codebook Number of Variables 15 Friday June 17 8:49 AM 196815: Geocode File Census Tract, BlockGroup and Block RLS1 "RELEASE NUMBER" NUM(1.) Release

More information

The Representation of Young Children in the American Community Survey

The Representation of Young Children in the American Community Survey The Representation of Young Children in the American Community Survey William P. O Hare The Annie E. Casey Foundation Eric B. Jensen U.S. Census Bureau ACS Users Group Conference May 29-30, 2014 This presentation

More information

How It Works and What s at Stake for Massachusetts. Wednesday, October 24, :30-10:30 a.m.

How It Works and What s at Stake for Massachusetts. Wednesday, October 24, :30-10:30 a.m. How It Works and What s at Stake for Massachusetts Wednesday, October 24, 2018 8:30-10:30 a.m. The Original 1790 Census 1. Name of the head of the family 2. # of free white males16 y.o.+ 3. # of free

More information

1 NOTE: This paper reports the results of research and analysis

1 NOTE: This paper reports the results of research and analysis Race and Hispanic Origin Data: A Comparison of Results From the Census 2000 Supplementary Survey and Census 2000 Claudette E. Bennett and Deborah H. Griffin, U. S. Census Bureau Claudette E. Bennett, U.S.

More information

Data Integration Projects

Data Integration Projects Data Integration Projects The First Microdata: The 1960 Census Samples Cover, 1960 Census Microdata Codebook Distributed on 13 Univac Tapes (or 18,000 punchcards) The 1970 Public Use Samples 60 times the

More information

How Will the Changing U.S. Census Affect Decision-Making?

How Will the Changing U.S. Census Affect Decision-Making? How Will the Changing U.S. Census Affect Decision-Making? David A. Swanson University of California Riverside David.swanson@ucr.edu Prepared for the Lewis Seminar May 15, 2008 ACKNOWLEDGMENTS In addition

More information

Introduction to the Wisconsin Census Research Data Center. Health Projects

Introduction to the Wisconsin Census Research Data Center. Health Projects Introduction to the Wisconsin Census Research Data Center Health Projects Rachelle Hill, PhD Administrator, MnRDC Center for Economic Studies U.S. Census Bureau November 26, 2014 Overview Introduction

More information

An Introduction to ACS Statistical Methods and Lessons Learned

An Introduction to ACS Statistical Methods and Lessons Learned An Introduction to ACS Statistical Methods and Lessons Learned Alfredo Navarro US Census Bureau Measuring People in Place Boulder, Colorado October 5, 2012 Outline Motivation Early Decisions Statistical

More information

What s New & Upcoming in 2017

What s New & Upcoming in 2017 What s New & Upcoming in 2017 Jeff T. Behler Regional Director, New York Regional Census Center U.S. Census Bureau New Jersey State Data Center Affiliate Meeting June 14, 2017 1 Overview NYRO/NYRCC 2020

More information

Using Data to Improve Health Services. A workshop for Community Supported Clinics

Using Data to Improve Health Services. A workshop for Community Supported Clinics Using Data to Improve Health Services A workshop for Community Supported Clinics Charles Rynerson Sheila Martin April 10, 2017 Why can data help you serve your community? Workshop Agenda Important sources

More information

Table 5 Population changes in Enfield, CT from 1950 to Population Estimate Total

Table 5 Population changes in Enfield, CT from 1950 to Population Estimate Total This chapter provides an analysis of current and projected populations within the Town of Enfield, Connecticut. A review of current population trends is invaluable to understanding how the community is

More information

Ghana - Ghana Living Standards Survey

Ghana - Ghana Living Standards Survey Microdata Library Ghana - Ghana Living Standards Survey 5+ 2008 Institute of Statistical, Social and Economic Research - University of Ghana Report generated on: June 11, 2015 Visit our data catalog at:

More information

Searching, Exporting, Cleaning, & Graphing US Census Data Kelly Clonts Presentation for UC Berkeley, D-lab March 9, 2015

Searching, Exporting, Cleaning, & Graphing US Census Data Kelly Clonts Presentation for UC Berkeley, D-lab March 9, 2015 Searching, Exporting, Cleaning, & Graphing US Census Data Kelly Clonts Presentation for UC Berkeley, D-lab March 9, 2015 Learning Objectives To become familiar with the types of data published by the US

More information

Census Overview: Basics, Decennial, ACS, and Estimates

Census Overview: Basics, Decennial, ACS, and Estimates Census Overview: Basics, Decennial, ACS, and Estimates An Informational Session Presented for: The Nebraska State Data Center 25 th Annual Data Users Conference August 19, 2014 9:00 to 10:15 a.m. Part

More information

GIS Data Sources. Thomas Talbot

GIS Data Sources. Thomas Talbot GIS Data Sources Thomas Talbot Chief, Environmental Health Surveillance Section Bureau of Environmental & Occupational Epidemiology New York State Department of Health Outline Sources of Data Census, health,

More information

Event History Calendar (EHC) Between-Wave Moves File. Codebook

Event History Calendar (EHC) Between-Wave Moves File. Codebook 2325 Event History Calendar (EHC) BetweenWave Moves File Codebook Number of Variables 23 Thursday July 2 28 4:5 PM 2325 Event History Calendar (EHC) BetweenWave Moves File EHCV "RELEASE NUMBER" NUM(.)

More information

Notes on the 2014 ACS 5-Year Estimates

Notes on the 2014 ACS 5-Year Estimates Notes on the 2014 ACS 5-Year Estimates Eric Guthrie, Michigan s State Demographer December 3, 2015 The U.S. Census Bureau has released the 2014 American Community Survey (ACS) 5-year estimates. The 5-year

More information

Prince William County

Prince William County Prince William County Quarterly Population Estimate Methods October 2016 Department of Information Technology Geographic Information Systems (GIS) Division WHY THE ESTIMATE IS HIGHER From Quarter 3 in

More information

2011 National Household Survey (NHS): design and quality

2011 National Household Survey (NHS): design and quality 2011 National Household Survey (NHS): design and quality Margaret Michalowski 2014 National Conference Canadian Research Data Center Network (CRDCN) Winnipeg, Manitoba, October 29-31, 2014 Outline of the

More information

U.S. Synthetic Population 2010 Version 1.0

U.S. Synthetic Population 2010 Version 1.0 RTI Project Number 0212177.005.002 U.S. Synthetic Population 2010 Version 1.0 Quick Start Guide May, 2014 Prepared by RTI International 3040 Cornwallis Road Research Triangle Park, NC 27709 This work was

More information

2020 Census. Bob Colosi Decennial Statistical Studies Division February, 2016

2020 Census. Bob Colosi Decennial Statistical Studies Division February, 2016 2020 Census Bob Colosi Decennial Statistical Studies Division February, 2016 Decennial Census Overview (1 of 2) Purpose: To conduct a census of population and housing and disseminate the results to the

More information

; ECONOMIC AND SOCIAL COUNCIL

; ECONOMIC AND SOCIAL COUNCIL Distr.: GENERAL ECA/DISD/STAT/RPHC.WS/ 2/99/Doc 1.4 2 November 1999 UNITED NATIONS ; ECONOMIC AND SOCIAL COUNCIL Original: ENGLISH ECONOMIC AND SOCIAL COUNCIL Training workshop for national census personnel

More information

American Community Survey Accuracy of the Data (2014)

American Community Survey Accuracy of the Data (2014) American Community Survey Accuracy of the Data (2014) INTRODUCTION This document describes the accuracy of the 2014 American Community Survey (ACS) 1-year estimates. The data contained in these data products

More information

Employer Location file. Codebook

Employer Location file. Codebook 232 Employer Location file Codebook Number of Variables 2 Wednesday July 8 28 :9 PM 232 Employer Location file EMPV "RELEASE NUMBER" NUM(.) Release number Release : 7/28, SAS proc geocode and proc ginside

More information

Statistical Issues of Interpretation of the American Community Survey s One-, Three-, and Five-Year Period Estimates

Statistical Issues of Interpretation of the American Community Survey s One-, Three-, and Five-Year Period Estimates 2008 American Community Survey Research Memorandum Series October 2008 Statistical Issues of Interpretation of the American Community Survey s One-, Three-, and Five-Year Period Estimates Michael Beaghen

More information

Introduction. Uses of Census Data

Introduction. Uses of Census Data Introduction The 2020 Census will produce statistics that are used by governments, non-profit organizations and the private sector and the results of the 2020 Census will have implications for a decade.

More information

Government of Puerto Rico Department of Labor and Human Resources Bureau of Labor Statistics BUSINESS EMPLOYMENT DYNAMICS: FOURTH QUARTER

Government of Puerto Rico Department of Labor and Human Resources Bureau of Labor Statistics BUSINESS EMPLOYMENT DYNAMICS: FOURTH QUARTER Government of Puerto Rico Department of Labor and Human Resources Bureau of Labor Statistics BUSINESS EMPLOYMENT DYNAMICS: FOURTH QUARTER 2011 TABLE OF CONTENTS Introduction.1 Business Employment Dynamics:

More information

Methodology Statement: 2011 Australian Census Demographic Variables

Methodology Statement: 2011 Australian Census Demographic Variables Methodology Statement: 2011 Australian Census Demographic Variables Author: MapData Services Pty Ltd Version: 1.0 Last modified: 2/12/2014 Contents Introduction 3 Statistical Geography 3 Included Data

More information

SAMOA - Samoa National Population and Housing Census 2006

SAMOA - Samoa National Population and Housing Census 2006 National Data Archive SAMOA - Samoa National Population and Housing Census 2006 Samoa Bureau of Statistics - Government of Samoa Report generated on: August 19, 2013 Visit our data catalog at: http://nousdpeweb02.spc.external/prism/nada/index.php

More information

21,400 SF Pacific Hwy S. Kent, WA

21,400 SF Pacific Hwy S. Kent, WA S 228TH ST S 231ST WAY MILITARY RD S 172,071 ADT N 21,400 SF 26100 Pacific Hwy S. 28,478 ADT 29,644 ADT S 240TH ST Home Improvement Warehouse S 22ND ST PACIFIC HWY S 26100 Pacific Hwy S, Kent AVAILABLE

More information

The 2020 Census Geographic Partnership Opportunities

The 2020 Census Geographic Partnership Opportunities The 2020 Census Geographic Partnership Opportunities Web Adams Geographer, U.S. Census Bureau New York Regional Office 1 Geographic Partnership Opportunities The 2020 Census Local Update of Census Addresses

More information

Proposed Information Collection; Comment Request; The American Community Survey

Proposed Information Collection; Comment Request; The American Community Survey This document is scheduled to be published in the Federal Register on 12/28/2011 and available online at http://federalregister.gov/a/2011-33269, and on FDsys.gov DEPARTMENT OF COMMERCE U.S. Census Bureau

More information

Survey of Massachusetts Congressional District #4 Methodology Report

Survey of Massachusetts Congressional District #4 Methodology Report Survey of Massachusetts Congressional District #4 Methodology Report Prepared by Robyn Rapoport and David Dutwin Social Science Research Solutions 53 West Baltimore Pike Media, PA, 19063 Contents Overview...

More information

(Members only)

(Members only) SURVEY RESEARCH RESOURCES JJuul lyy 2222,, 22000022 Table of Contents ICPSR................... 1 ISR..................... 2 Statistical Indexes............ 2 U.S. Government.............. 3 U.S. Government

More information

The Road to 2020 Census

The Road to 2020 Census The Road to 2020 Census Wednesday, May 17 th, 2017 9:00 am-12n North Central Texas Council of Governments 616 Six Flags Drive, Arlington, TX Arlington, TX 1 AGENDA OVERVIEW Decennial Census Basics, 2010

More information

ACS ACS Long form long form ACS Kish 1990 Kish, 1990 Alexander, 2000, p.54 Kish 1941 annual sample census Kish 1981 Current Population Survey C

ACS ACS Long form long form ACS Kish 1990 Kish, 1990 Alexander, 2000, p.54 Kish 1941 annual sample census Kish 1981 Current Population Survey C ACS ACS long form short form 1940 long form short form long form 2000 short form Form D 61A 6 long form Form D 2 short form 6 1 53 32 6 37 1990 2000 long form 172,500 50 Long form 194 0298 4342 long form

More information

American Community Survey: Sample Design Issues and Challenges Steven P. Hefter, Andre L. Williams U.S. Census Bureau Washington, D.C.

American Community Survey: Sample Design Issues and Challenges Steven P. Hefter, Andre L. Williams U.S. Census Bureau Washington, D.C. American Community Survey: Sample Design Issues and Challenges Steven P. Hefter, Andre L. Williams U.S. Census Bureau Washington, D.C. 20233 Abstract In 2005, the American Community Survey (ACS) selected

More information

Working with NHS and Taxfiler data to measure income and poverty in Toronto neighbourhoods

Working with NHS and Taxfiler data to measure income and poverty in Toronto neighbourhoods Working with NHS and Taxfiler data to measure income and poverty in Toronto neighbourhoods Wayne Chu Planning Analyst Social Development, Finance & Administration, City of Toronto CCSD Community Data Canada

More information

United Nations Demographic Yearbook Data Collection System

United Nations Demographic Yearbook Data Collection System United Nations Demographic Yearbook Data Collection System Adriana Skenderi United Nations Statistics Division United Nations Demographic Yearbook Mandated by ECOSOC in 1947 a publication of demographic

More information

Virginia Employment Commission

Virginia Employment Commission Small-Area Data and Graphs for New Kent County Virginia Employment Commission 703 East Main Street Richmond, Virginia 23219 Tel: (804) 786-8223 www.virginialmi.com Last updated: 2/6/2017 2:25:29 PM Table

More information