原创 [Python_1: numpy]

Numpy 基本操作,持續更新...  1.導入numpy 包 import numpy as np   2.建立array 查看數據類型 x1 = np.array([1,2,3,4]) x1.dtype #查看類型,數值型 注意