Subtracting two series to create a matrix in Pandas

后端 未结 0 907
伪装坚强ぢ
伪装坚强ぢ 2020-12-19 05:38

If I have two series (ex. [10,15,-8] and [12,-10,2]). How can I create a matrix of the two subtracting the values? The output would look like:

    10  15  -8
         


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