Create a matrix from a text file - python

前端 未结 4 1549
清歌不尽
清歌不尽 2021-01-13 16:32

I would like to create a matrix from a three column file. I am sure it\'s something extremely easy, but I just do not understand how it needs to be done. Please be gentle, I

4条回答
  •  感情败类
    2021-01-13 16:55

    You can use this library http://docs.scipy.org/doc/numpy/reference/generated/numpy.matrix.html

    You just need to make proper adjustment.

    hope it helps.

提交回复
热议问题