Converting pyspark dataframe into dictionary: result different than expected

前端 未结 0 630
春和景丽
春和景丽 2021-01-19 01:26

Let\'s imagine I have the following pyspark dataframe:

data = [("USA",20,40,60),
    ("India",50,40,30),
    ("Nepal",20,50,30),         


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