Skip to content

Commit

Permalink
Update get_avg_monthly_delay_time.r
Browse files Browse the repository at this point in the history
  • Loading branch information
EBrown-nycc authored Nov 1, 2024
1 parent 3cf96b6 commit 6fb22b5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions code/get_avg_monthly_delay_time.r
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ 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 @@ -143,4 +142,4 @@ h <- h %>%
)
)

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

0 comments on commit 6fb22b5

Please sign in to comment.