Skip to content

Instantly share code, notes, and snippets.

@dipanjanS
Created April 9, 2019 18:03
Show Gist options
  • Save dipanjanS/cc2e57525ce1eca2e4694bc3b1116c1f to your computer and use it in GitHub Desktop.
Save dipanjanS/cc2e57525ce1eca2e4694bc3b1116c1f to your computer and use it in GitHub Desktop.
host_day_distinct_df = (host_day_df
.dropDuplicates())
host_day_distinct_df.show(5, truncate=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment