Skip to content

Commit

Permalink
Update get_num_monthly_delays.r
Browse files Browse the repository at this point in the history
  • Loading branch information
EBrown-nycc authored Nov 1, 2024
1 parent 8d51b35 commit 3cf96b6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions code/get_num_monthly_delays.r
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ library(highcharter)
library(tidyr)
library(htmlwidgets)
library(lubridate)
library(reticulate)
library(arrow)
library(pandoc)


pd <- import("pandas")
x <- pd$read_feather("../data/output/filtered_weekends_vacation_covid_delays.feather")
x <- read_feather("../data/output/filtered_weekends_vacation_covid_delays.feather")

# read in enrollment nums

Expand Down Expand Up @@ -144,4 +142,4 @@ h <- h %>%
)
)

saveWidget(h, '../visuals/num_monthly_delays.html', selfcontained=TRUE)
saveWidget(h, '../visuals/num_monthly_delays.html', selfcontained=TRUE)

0 comments on commit 3cf96b6

Please sign in to comment.