Skip to content

Instantly share code, notes, and snippets.

@liannewriting
Last active January 27, 2020 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liannewriting/5c7f6682270a9be248c987cd18be50b4 to your computer and use it in GitHub Desktop.
Save liannewriting/5c7f6682270a9be248c987cd18be50b4 to your computer and use it in GitHub Desktop.
data_cleaning_202001
# no address column in the housing dataset. So create one to show the code.
df_add_ex = pd.DataFrame(['123 MAIN St Apartment 15', '123 Main Street Apt 12 ', '543 FirSt Av', ' 876 FIRst Ave.'], columns=['address'])
df_add_ex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment