We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Final augmented EPC (and also the input data) contains unnecessary columns: ['UPRN', 'COUNTRY', 'POSTCODE', 'CURRENT_ENERGY_RATING', 'pcd', - from ONSPD 'lad_code', 'lsoa11', 'msoa11', 'ru11ind', 'lsoa21', 'msoa21', - from ONSPD (add features) 'lsoa', 'msoa', 'country_code', 'ruc_two_fold', 'ruc_EW_ten_fold', 'ruc_S_eight_fold', 'X_COORDINATE', 'Y_COORDINATE', 'LATITUDE', 'LONGITUDE', - from add_features 'property_type', 'msoa_avg_outdoor_space_property_type', 'msoa_avg_outdoor_space_m2', 'in_protected_area', 'lad_conservation_area_data_available_ew', 'households_per_km2', 'off_gas', 'listed_building', 'heatpump_installation_percentage', 'has_anchor_property', 'garden_area_m2', 'UPRN_duplicated', - from garden size 'lsoa_right', - probably from weights 'weight', - from weights 'proportional_weight', 'property_type_right', - from weights 'tenure', 'build_year']
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Final augmented EPC (and also the input data) contains unnecessary columns:
['UPRN',
'COUNTRY',
'POSTCODE',
'CURRENT_ENERGY_RATING',
'pcd', - from ONSPD
'lad_code',
'lsoa11',
'msoa11',
'ru11ind',
'lsoa21',
'msoa21', - from ONSPD (add features)
'lsoa',
'msoa',
'country_code',
'ruc_two_fold',
'ruc_EW_ten_fold',
'ruc_S_eight_fold',
'X_COORDINATE',
'Y_COORDINATE',
'LATITUDE',
'LONGITUDE', - from add_features
'property_type',
'msoa_avg_outdoor_space_property_type',
'msoa_avg_outdoor_space_m2',
'in_protected_area',
'lad_conservation_area_data_available_ew',
'households_per_km2',
'off_gas',
'listed_building',
'heatpump_installation_percentage',
'has_anchor_property',
'garden_area_m2',
'UPRN_duplicated', - from garden size
'lsoa_right', - probably from weights
'weight', - from weights
'proportional_weight',
'property_type_right', - from weights
'tenure',
'build_year']
The text was updated successfully, but these errors were encountered: