matrix multiplication, pandas bug or is the behavior just different than what I expect?

前端 未结 0 1213
栀梦
栀梦 2021-01-07 02:33

Setup

t = np.linspace(0,1,20)
T = pd.DataFrame(np.column_stack([t, t**2]), columns=[\'t\',\'t^2\'])

B = pd.DataFrame(np.row_stack((b1,b2) for b1 in np.linspa         


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