Skip to content

Instantly share code, notes, and snippets.

@onastavchuk
Created November 2, 2017 16:36
Show Gist options
  • Save onastavchuk/45b2b0456643efaf664902f47d4bb3c0 to your computer and use it in GitHub Desktop.
Save onastavchuk/45b2b0456643efaf664902f47d4bb3c0 to your computer and use it in GitHub Desktop.
df.filter(col("status").equalTo(404))
.groupBy("resource")
.count()
.sort(desc("count"))
.show(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment