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

前端 未结 0 1249
走了就别回头了
走了就别回头了 2021-01-07 02:42

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         


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