Created
July 29, 2020 13:32
-
-
Save AnnikaNoren/750a78b99d02e4517358510e4c4cc4fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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