Numpy是高性能科学计算和数据分析的基础包。它也是pandas等其他数据分析的工具的基础,基本所有数据分析的包都用过它
安装
pip install numpy
导入方式:
import numpy as np