python 数据分析学习
python数据分析学习记录
weixin_42029613
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Data Statistic python---numpy.random.randn()的用法总结
import numpy as np np.random.rand 根据给定维度生成(0,1)之间的数,包括0不包括1 np.random.randn 根据指定维度生成一个或者一组样本数组,具有标准正态分布 np.random.randint numpy.random.randint(low, high=None, size=None, dtype=’l’) 返回随机整数,范围为(low-high)包括low不包括high, 当high 省略时,返回(0-low) np.random.random_int原创 2020-05-19 15:58:40 · 332 阅读 · 0 评论 -
Data Statistics——python系列 seaborn
检查数据 清理数据 测试数据原创 2020-05-19 15:55:30 · 296 阅读 · 0 评论
分享