split pyspark dataframe into multiple dataframes based on a condition

前端 未结 0 1424
时光取名叫无心
时光取名叫无心 2021-01-13 20:23

I have a pyspark dataframe which contains the data similar to below:

id  class price  place
1   A      10      US
2   B      5       US
3   B      5       MEX         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题