数据分析-numpy

https://docs.scipy.org/doc/numpy-dev/user/index.html

科学计算的基础包

数据类型: ndarrsy  (多维数组对象  N-dimensional array object)

快速运算的标准数学函数

array函数

zeros 函数

one 函数

empty 函数

arrange 函数

原文地址:https://www.cnblogs.com/yugengde/p/7342027.html