Getting duplicate versions of index when using stack()

前端 未结 0 1877
孤独总比滥情好
孤独总比滥情好 2020-12-02 02:09

I\'ve got a dataframe that I am unstacking, shifting the data down by 1 row and then re-stacking. The code is quite simple:

df = df.set_index(["Date"         


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