0 bookmark(s) - Sort by: Date ↓ / Title /
df.withColumn("rank", rank().over(Window.partitionBy("Dept_id").orderBy($"salary".desc))) .filter($"rank" <= 3) .drop("rank")
Top of the page
First / Previous / Next / Last / Page 1 of 0