Skip to content

Commit

Permalink
Drop SV added later cols
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Dec 17, 2024
1 parent c2c4d70 commit efd3bf4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pipeline/02-assess.R
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ sales_data_two_most_recent <- sales_data %>%
meta_pin, meta_year,
meta_sale_price, meta_sale_date, meta_sale_document_num,
sv_outlier_reason1, sv_outlier_reason2, sv_outlier_reason3,
meta_sale_num_parcels, sv_added_later
meta_sale_num_parcels
) %>%
# Include outliers, since these data are used for desk review and
# not for modeling
Expand All @@ -267,8 +267,7 @@ sales_data_two_most_recent <- sales_data %>%
meta_sale_outlier_reason1,
meta_sale_outlier_reason2,
meta_sale_outlier_reason3,
meta_sale_num_parcels,
sv_added_later
meta_sale_num_parcels
),
names_glue = "{mr}_{gsub('meta_sale_', '', .value)}"
) %>%
Expand Down

0 comments on commit efd3bf4

Please sign in to comment.