Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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