Skip to content

Instantly share code, notes, and snippets.

@dipanjanS
Last active April 10, 2019 15:26
Show Gist options
  • Save dipanjanS/eb4a7a7b9bcc982592116bbb3ddf845a to your computer and use it in GitHub Desktop.
Save dipanjanS/eb4a7a7b9bcc982592116bbb3ddf845a to your computer and use it in GitHub Desktop.
endpoints_404_count_df = (not_found_df
.groupBy("endpoint")
.count()
.sort("count", ascending=False)
.limit(20))
endpoints_404_count_df.show(truncate=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment