Using window functions
Next you will practice three window-function patterns on airbnb_combined: ranking prices within each neighborhood, keeping only the top listings, and comparing each listing's price to its neighborhood average. Keep using standardized_neighborhood_group for every partition.
本练习是课程的一部分
