Skip to content

Instantly share code, notes, and snippets.

@AnnikaNoren
Created July 29, 2020 13:32
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/750a78b99d02e4517358510e4c4cc4fa to your computer and use it in GitHub Desktop.
Save AnnikaNoren/750a78b99d02e4517358510e4c4cc4fa to your computer and use it in GitHub Desktop.
print("Value counts for waterfront: \n{}".format(df.waterfront.value_counts()))
print("\nTotal waterfront values: {}".format(len(df.waterfront)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment