Skip to content

Instantly share code, notes, and snippets.

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