How to merge rows of a dataframe where index is the same

前端 未结 0 784
不知归路
不知归路 2020-12-24 07:46

Let\'s say I have a dataframe, where indexes are the same:

index date1 date2 date3
A      1     NaN  NaN
A     NaN    3    NaN
B      1     NaN  NaN
A     NaN         


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