利用python进行数据分析(第二版)笔记二
Numpy
1、Universal Functions: Fast Element-Wise Array Functions(通用函数:快速点对点数组函数)
2、universal function, 是用来在ndarray中实现element-wise操作的
其他函数不一一列出,可参考:
https://www.cnblogs.com/WSX1994/articles/9061516.html
Numpy常用函数用法大全
https://www.jianshu.com/p/c325af23dd89
本文参考来源:
https://github.com/BrambleXu/pydata-notebook