python Copy from numpy import genfromtxt data = genfromtxt('sample.csv', delimiter=',', skip_header = 1) print(data). 輸出: textCopy [[1. 2.
確定! 回上一頁