随笔分类 -  数据分析进阶之路

insist~
摘要:2. Numpy NumPy(Numerical Python) 是 Python 语言的一个扩展程序库,支持大量的维度数组与矩阵运算,此外也针对数组运算提供大量的数学函数库。 2.1 创建ndarray 使用np.array()创建 import numpy as np # 一维 arr = np 阅读全文
posted @ 2021-05-09 22:30 Full-Stack~ 阅读(283) 评论(0) 推荐(0)