Skip to content

Instantly share code, notes, and snippets.

@AnnikaNoren
Created July 25, 2020 13:19
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 AnnikaNoren/373188c58a72705ed115422d38c13893 to your computer and use it in GitHub Desktop.
Save AnnikaNoren/373188c58a72705ed115422d38c13893 to your computer and use it in GitHub Desktop.
temp['has_basement'] = np.where(temp['calc_basement'] == 0, False, True)
temp.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment