Skip to content

Commit

Permalink
Add condo characteristics to vars_dict (#24)
Browse files Browse the repository at this point in the history
* Add condo characteristics to vars dict

* Add strata columns back to vars_dict

* Add files missing from previous commit

---------

Co-authored-by: sweatyhandshake <wridgeway@cookcountyassessor.com>
  • Loading branch information
wrridgeway and sweatyhandshake authored Mar 19, 2024
1 parent fe992f9 commit 969dae7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
#' to their human-readable value (ROOF_CNST = 1
#' becomes ROOF_CNST = Shingle/Asphalt).
#'
#' @format A data frame with 488 rows and 11 variables:
#' @format A data frame with 509 rows and 11 variables:
#' \describe{
#' \item{var_name_hie}{Column name of variable when stored in the legacy
#' ADDCHARS SQL table}
Expand Down
7 changes: 7 additions & 0 deletions data-raw/vars_dict.csv
Original file line number Diff line number Diff line change
Expand Up @@ -501,3 +501,10 @@ qu_mlt_cd,card,card,meta_card_num,card_num,Card Number,meta,character,,,
,,ccao_is_active_exe_homeowner,ccao_is_active_exe_homeowner,is_active_exe_homeowner,Active Homeowner Exemption,ccao,logical,,,
,,ccao_n_years_exe_homeowner,ccao_n_years_exe_homeowner,n_years_exe_homeowner,Number of Years Active Homeowner Exemption,ccao,numeric,,,
,,sale_count_past_n_years,meta_sale_count_past_n_years,sale_count_past_n_years,Number of sales within previous N years of sale/lien date,meta,numeric,,,
,,char_building_sf,char_building_sf,building_sf,Building Square Footage,char,numeric,,,
,,char_unit_sf,char_unit_sf,unit_sf,Unit Square Footage,char,numeric,,,
,,char_bedrooms,char_bedrooms,bedrooms,Bedrooms,char,numeric,,,
,,char_half_baths,char_half_baths,half_baths,Half Baths,char,numeric,,,
,,char_full_baths,char_full_baths,full_baths,Full Baths,char,numeric,,,
,,strata_1,meta_strata_1,strata_1,Condominium Building Strata 1,meta,character,,,
,,strata_2,meta_strata_2,strata_2,Condominium Building Strata 2,meta,character,,,
Binary file modified data/vars_dict.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion man/vars_dict.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 969dae7

Please sign in to comment.