Publications by Reed Wilson
Code Along 4
#Explore Data library(tidyverse) url <- "https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-01-18/chocolate.csv" chocolate <- read_csv(url) ## Rows: 2530 Columns: 10 ## ── Column specification ───────────────────────────────────────�...
271 sym R (222207 sym/32 pcs) 4 img
Intermediate Data Analytics: Apply 3
Goal: To predict total weeks on best sellers list Click[here for the data] (‘https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-05-10/nyt_titles.tsv’) nyt_titles <- readr::read_tsv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-05-10/nyt_titles.tsv') skimr::skim(nyt_titles)...
419 sym R (18802 sym/24 pcs) 6 img 4 tbl
Intermediate Data Analytics: Code Along 3
Goal: to predict rental prices in the SF market Clickhere for the data Import Data rent <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-07-05/rent.csv') skimr::skim(rent) Data summary Name rent Number of rows 200796 Number of columns 17 _______________________ Column type frequency: c...
281 sym R (22910 sym/24 pcs) 5 img 3 tbl
Module 4: Apply 2
Goal: To predict total weeks on best sellers list Click[here for the data] (‘https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-05-10/nyt_titles.tsv’) nyt_titles <- readr::read_tsv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-05-10/nyt_titles.tsv') skimr::skim(nyt_titles)...
394 sym R (17418 sym/18 pcs) 5 img 4 tbl
Intermediate Data Analytics: Apply 2
Goal: To predict total weeks on best sellers list Click[here for the data] (‘https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-05-10/nyt_titles.tsv’) nyt_titles <- readr::read_tsv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-05-10/nyt_titles.tsv') skimr::skim(nyt_titles)...
395 sym R (17470 sym/19 pcs) 5 img 4 tbl
Module 4: Code Along 2
Goal: to predict rental prices in the SF market Clickhere for the data Import Data rent <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-07-05/rent.csv') skimr::skim(rent) Data summary Name rent Number of rows 200796 Number of columns 17 _______________________ Column type frequency: c...
256 sym R (21496 sym/18 pcs) 4 img 3 tbl
Intermediate Data Analytics: Apply 1
Goal: To predict total weeks on best sellers list Click[here for the data] (‘https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-05-10/nyt_titles.tsv’) nyt_titles <- readr::read_tsv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-05-10/nyt_titles.tsv') skimr::skim(nyt_titles)...
342 sym 4 img 4 tbl
Module 3: Apply 1
Goal: To predict total weeks on best sellers list Click[here for the data] (‘https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-05-10/nyt_titles.tsv’) nyt_titles <- readr::read_tsv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-05-10/nyt_titles.tsv') skimr::skim(nyt_titles)...
342 sym 4 img 4 tbl
DAT3100: Code Along 1
Goal: to predict rental prices in the SF market Clickhere for the data Import Data rent <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-07-05/rent.csv') skimr::skim(rent) Data summary Name rent Number of rows 200796 Number of columns 17 _______________________ Column type frequency: c...
274 sym 3 img 3 tbl