Skip to content

Instantly share code, notes, and snippets.

@onastavchuk
Created November 2, 2017 16:35
Show Gist options
  • Save onastavchuk/0853c16e4fc4da8d86549740cf5a7fe1 to your computer and use it in GitHub Desktop.
Save onastavchuk/0853c16e4fc4da8d86549740cf5a7fe1 to your computer and use it in GitHub Desktop.
df.groupBy("host")
.count()
.filter(col("count").gt(700))
.sort(col("count").desc())
.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment