Python and Data Science Scip

Chapter 5 Scipy Scientific Computing 

5.1 numpy

The creation and use of numpy array array

There are two types of NumPy objects:

ndarray (N-dimensional array object): stores a multidimensional array of a single data type

ufunc (universal function object): function that processes arrays

Guess you like

Origin blog.csdn.net/qq_51314244/article/details/130048196