Skip to content

Instantly share code, notes, and snippets.

@NeerajBhadani
Created May 25, 2020 15:06
Show Gist options
  • Save NeerajBhadani/7068e2b9fa06ca90ad7697e904928873 to your computer and use it in GitHub Desktop.
Save NeerajBhadani/7068e2b9fa06ca90ad7697e904928873 to your computer and use it in GitHub Desktop.
windows rank function
val rank_df = empsalary.withColumn("rank", rank().over(winSpec))
rank_df.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment