How index MultiIndex dataframe to get matrices in pandas?

后端 未结 0 445
南方客
南方客 2020-12-17 01:04

I have this original df with 2 stocks and their returns for 5 consecutive trading days.

d = {\'1\': [-0.015, 0.026, 0.031, 0.012, 0.045], \'2\':          


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