会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
godlover
Trouble is a stepping stone to success!
博客园
首页
新随笔
联系
订阅
管理
2020年11月4日
数组的构造,运算及常用函数
摘要: 数据分析 数组的构造 一维数组 # 导入第三方模块 import numpy as np # 将列表转换为数组进行计算 Height = np.array(height) Weight = np.array(weight) BMI = Weight/(Height/100)**2 age = np.
阅读全文
posted @ 2020-11-04 16:03 godlover
阅读(292)
评论(0)
推荐(0)
编辑
公告