How to pivot a dataframe to collapse one multiple rows into one

后端 未结 0 675
予麋鹿
予麋鹿 2020-12-08 02:57

I have a dataframe that has 4 columns: UID, Date, Type, and Value as such:

UID Date        Type    Value
50  2020-12-01  3       15
50  2020-12-01  2       13         


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