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

Mismatching neighborhoods between 'ames_new' and 'make_ames()' #9

Open
marlycormar opened this issue Jul 8, 2020 · 1 comment
Open

Comments

@marlycormar
Copy link
Contributor

Hi Max (@topepo), there are slightly different names for what appears to be the same neighborhoods between ames_new and make_ames().

The column ames_new$Neighborhood contains only two distinct values, namely "Hayden Lake" and "NridgHt".
These values do not appear in make_ames()$Neighborhood but 'Hayden_Lake' and 'Northridge' do.

This is very minor, but thought you would be interested in knowing.

library(AmesHousing)

ames <- make_ames()

unique(ames_new$Neighborhood)
# [1] "Hayden Lake" "NridgHt" 

unique(ames$Neighborhood)
# Contains columns 'Hayden_Lake' and 'Northridge'.
@dmi3kno
Copy link
Contributor

dmi3kno commented Dec 17, 2023

Northridge Heights is the part of Northridge to the north of the George Washington Carver Ave, up to the railroad on the east.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants