Skip to content

Instantly share code, notes, and snippets.

@liannewriting
Created January 21, 2020 15:43
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/b75341d71bba88f43894f1b9bea451b7 to your computer and use it in GitHub Desktop.
Save liannewriting/b75341d71bba88f43894f1b9bea451b7 to your computer and use it in GitHub Desktop.
data_cleaning_202001
# life_sq has a lot of missing values.
# life_sq: living area in square meters, excluding loggias, balconies and other non-residential areas
df['life_sq'].value_counts(dropna=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment