Add data, clean up some data, update plots.

This commit is contained in:
mattbk 2024-01-13 21:54:51 -06:00
parent 2af20ea961
commit 7897d08871
7 changed files with 3021 additions and 3013 deletions

View File

@ -16,9 +16,9 @@ unique(d_raw$Date)
# Clean up here if needed # Clean up here if needed
d <- d_raw %>% d <- d_raw %>%
mutate(Date = as.Date(Date)) %>% mutate(Date = as.Date(Date)) #%>%
# Drop Tech alone and leave Tech and Tech Plus # Drop Tech alone and leave Tech and Tech Plus
select(-c(Tech, Tech.Plus)) #select(-c(Tech, Tech.Plus))
d_total <- d %>% filter(State.Territory == "TOTAL") d_total <- d %>% filter(State.Territory == "TOTAL")

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 524 KiB

After

Width:  |  Height:  |  Size: 577 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 KiB

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 171 KiB