added lab 2

This commit is contained in:
ION606
2025-10-03 18:59:02 -04:00
parent 170fee98d5
commit 6dbe45c975
+1 -1
View File
@@ -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),