Skip to content

Instantly share code, notes, and snippets.

View andrewzeitlin's full-sized avatar

Andrew Zeitlin andrewzeitlin

View GitHub Profile
@andrewzeitlin
andrewzeitlin / DCPS.R
Last active September 21, 2021 04:31
DCPS covid cases
# Scrape and visualize COVID case data from DCPS website.
library(here)
library(rvest)
library(dplyr)
library(stringr)
library(lubridate)
library(ggplot2)
library(directlabels)
@andrewzeitlin
andrewzeitlin / .gitignore
Last active March 5, 2021 00:20
TenureStats.ipynb
.ipynb_checkpoints