Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add several new columns to vars dict #18

Merged
merged 2 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions data-raw/vars_dict.csv
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,16 @@ qu_mlt_cd,card,card,meta_card_num,card_num,Card Number,meta,character,,,
,,nearest_railroad_name,prox_nearest_railroad_name,nearest_railroad_name,Nearest Railroad Name,prox,character,,,
,,nearest_railroad_dist_ft,prox_nearest_railroad_dist_ft,nearest_railroad_dist_ft,Nearest Railroad Distance (Feet),prox,numeric,,,
,,nearest_railroad_data_year,prox_nearest_railroad_data_year,nearest_railroad_data_year,Nearest Railroad Data Year,prox,character,,,
,,nearest_secondary_road_osm_id,prox_nearest_secondary_road_osm_id,nearest_secondary_road_osm_id,Nearest Secondary Road OSM Id,prox,character,,,
,,nearest_secondary_road_name,prox_nearest_secondary_road_name,nearest_secondary_road_name,Nearest Secondary Road Name,prox,character,,,
,,nearest_secondary_road_dist_ft,prox_nearest_secondary_road_dist_ft,nearest_secondary_road_dist_ft,Nearest Secondary Road Distance (Feet),prox,numeric,,,
,,nearest_secondary_road_data_year,prox_nearest_secondary_road_data_year,nearest_secondary_road_data_year,Nearest Secondary Road Data Year,prox,character,,,
,,nearest_university_name,prox_nearest_university_name,nearest_university_name,Nearest University Name,prox,character,,,
,,nearest_university_dist_ft,prox_nearest_university_dist_ft,nearest_university_dist_ft,Nearest University Distance (Feet),prox,numeric,,,
,,nearest_university_data_year,prox_nearest_university_data_year,nearest_university_data_year,Nearest University Data Year,prox,character,,,
,,nearest_vacant_land_pin10,prox_nearest_vacant_land_pin10,nearest_vacant_land_pin10,Nearest Vacant Land 10-Digit PIN,prox,character,,,
,,nearest_vacant_land_dist_ft,prox_nearest_vacant_land_dist_ft,nearest_vacant_land_dist_ft,Nearest Vacant Land Parcel Distance (Feet),prox,numeric,,,
,,nearest_vacant_land_data_year,prox_nearest_vacant_land_data_year,nearest_vacant_land_data_year,Nearest Vacant Land Data Year,prox,character,,,
,,nearest_water_id,prox_nearest_water_id,nearest_water_id,Nearest Water ID,prox,character,,,
,,nearest_water_name,prox_nearest_water_name,nearest_water_name,Nearest Water Name,prox,character,,,
,,nearest_water_dist_ft,prox_nearest_water_dist_ft,nearest_water_dist_ft,Nearest Water Distance (Feet),prox,numeric,,,
Expand Down Expand Up @@ -485,3 +495,9 @@ qu_mlt_cd,card,card,meta_card_num,card_num,Card Number,meta,character,,,
,,nearest_golf_course_id,prox_nearest_golf_course_id,nearest_golf_course_id,Nearest Golf Course ID,prox,character,,,
,,nearest_golf_course_data_year,prox_nearest_golf_course_data_year,nearest_golf_course_data_year,Nearest Golf Course Data Year,prox,character,,,
,,char_recent_renovation,char_recent_renovation,recent_renovation,Recent Renovation,char,logical,,,
,class,char_class,char_class,,Property Class,char,character,,,
,,airport_dnl_total,prox_airport_dnl_total,airport_dnl_total,Total Airport Noise DNL,prox,numeric,,,
,,is_corner_lot,ccao_is_corner_lot,is_corner_lot,Corner Lot,ccao,logical,,,
,,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,,,
Binary file modified data/vars_dict.rda
Binary file not shown.
Loading