Numpy基础

ndarray 对象 numpy 定义了一个 ndarray 对象,表示一个多维数组,numpy 操作都是基于 ndarray 进行 使用 np.array 方法创建一个 ndarray 对象...

Python
#Numpy#Python#数据分析