Skip to content

virginiaequitycenter/census-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Census Resources

Census data with R

Table of Contents

  1. Census Overview and Resources
  2. Getting started with tidycensus
  3. Github and Command Line Basics

Census Overview and Resources

Here are some good resources for learning about the US Census and working with Census data.

  1. UVA Library Census Basics: This resource includes basic information about the two most commonly used Census surveys, the Decennial Census and the American Community Survey (ACS), as well as Census geographies.

  2. Census Reporter: This resource is focused on the American Community Survey (ACS) and is especially helpful for exploring Census topics and finding Table Codes (like for Race and Hispanic Origin, and Income and Earnings, and Housing).

  3. data.census.gov: This is the US Census Bureau's search interface for exploring Census data, and is helpful in exploring tables and validating data pulled from other sources, like R tidycensus.

  4. Social Explorer Data Dictionary: This is a helpful resource for finding and/or validating specific table codes. Scroll the Surveys on this page to find the specific data dictionary, for example ACS 2022 (5-Year Estimates). From there, under Survey Details, click on the Dataset (American Community Survey 2022). This page provides the full list of tables - click on the desired one for the full details (Table: B01001H. Sex By Age (White Alone, Not Hispanic Or Latino))

  5. Glossary of Census geography terms: This includes helpful definitions of Census geography areas, like census tract, block group and Public Use Microdata Areas (PUMA).

Getting started with tidycensus

Follow this guide on tidycensus basics for the first steps in using the R package tidycensus, and do some simple practice pulling Census data.

For a more complete guide to working with Census data in R, see Analyzing US Census Data: Methods, Maps, and Models in R by Kyle Walker

Github and Command Line Basics

Learn the basics for cloning a Github repo, pushing and pulling updates to/from the remote repository and command line for Mac and Windows users. See documentation: Working with the Github Repo and Command Line

Releases

No releases published

Packages

No packages published