added lab 2
This commit is contained in:
@@ -20,7 +20,7 @@ if (!dir.exists(out_dir)) dir.create(out_dir, recursive = TRUE)
|
||||
# load
|
||||
raw <- read_csv(file = data_path, show_col_types = FALSE)
|
||||
|
||||
# keep numeric cols needed, drop missing
|
||||
# drop missing
|
||||
df <- raw |>
|
||||
transmute(
|
||||
PRICE = as.numeric(PRICE),
|
||||
|
||||
Reference in New Issue
Block a user