Created
April 9, 2019 18:03
-
-
Save dipanjanS/cc2e57525ce1eca2e4694bc3b1116c1f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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