Skip to content

Instantly share code, notes, and snippets.

View FeelingMathy's full-sized avatar

Jen Larsen FeelingMathy

View GitHub Profile
@FeelingMathy
FeelingMathy / Collect Parler Metadata.ipynb
Created January 13, 2021 03:29 — forked from kylemcdonald/Collect Parler Metadata.ipynb
Collect video URLs and GPS data for Parler videos.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FeelingMathy
FeelingMathy / healthcare_race_pums.R
Created August 2, 2020 20:22 — forked from mfherman/healthcare_race_pums.R
Estimate race and ethnicity of health care workers by PUMA using PUMS data
## Estimate race and ethnicity of health care workers by PUMA
# NOTE: this requires the github version of tidycensus
# remotes::install_github("walkerke/tidycensus")
library(tidycensus)
library(tidyverse)
# get industry and race vars from census api
ind_pums <- get_pums(
variables = c("PUMA", "INDP", "RAC1P", "HISP"),