You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
town_names currently extracts string before " town", which works in Connecticut but can break in other states. e.g. Chicago is a city, not a town, so no match is found and it's lost from the data frame.
The text was updated successfully, but these errors were encountered:
town_names currently extracts string before " town", which works in Connecticut but can break in other states. e.g. Chicago is a city, not a town, so no match is found and it's lost from the data frame.
The text was updated successfully, but these errors were encountered: