皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
中国历年人口数统计(1995-2015)(年末数).xls 课程名称: 大数据 分析技术 实验题目: 数据探索 实验环境: Python (Anaconda ) 1、实验目的 : 1、 能够使用 Python的基本统计特征函数 2、熟悉 使用 Python的拓展统计特征函数 3、熟练Python的统计作图函数的应用 2、实验内容: 使用 1995~2015年人口数据集(包含六个特征,分别为年末总人口、男性人口、女性人口、城镇人口、乡村人口和年份)进行数据探索要做以下的内容: 1. 使用 Python的基本统计特征函数 填以下的表 (获均值,标准差,变异系数等信息); 2. 使用 Python拓展统计特征函数 填以下的表 (2005~2015份男女人口 的累积的和 ) 3. 通过以下的 Python统计作图函数分析特征的分布: · 绘画五个特征随着时间的变化情况的 散点图 并说各特征的变化 · 通过绘画 2015份的男女性人口数目的 饼图 并说结果 注意: 1. 绘散点图时,由于数据和时间而变化,图上的 x是时间变量;pandas读取数据后,可以使用values属性获取时间,并在plt上添加x的数据如下: data=pd.csv_read() values=data.values plt.xticks(range(0,30,1),values[range(0,30,1),1],rotation=90) 也可以直接添加需要的数据: plt.xticks(range(0, 22), (0, u'1995年', u'1996年', u'1997年', u'1998年', u'1999年', u'2000年' , u'2001年', u'2002年', u'2003年', u'2004年', u'2005年', u'2006年', u'2007年', u'2008年', u'2009年', u'2010年', u'2011年', u'2012年', u'2013年', u'2014年', u'2015年'), fontsize=10, rotation=90) 注意:数据的元素个数和其他列的元素个数一定要一致。 3、 实验要求 : (1) 程序要添加适当的注释 , 规范写代码; (2) 运行 代码并且演示结果 , 截图很清楚 ; ( 3 ) 根据实验报告模板详细书写实验报告 包括 实验数据、结果、分析和总结 等 。
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】He quarreled with his mother this morning because he always objects to ______ early, which was just what she did today.
A.
waking up
B.
wake up
C.
being woken up
D.
to be woken up
【单选题】Because most household objects were mass produced in the 1970s, people ______.
A.
didn't like the way handmade objects looked
B.
didn't want to buy handmade objects
C.
enjoyed seeing handmade objects in museums
D.
preferred buying unique handmade objects
【单选题】On chart,bearings to near objects should be used in preference to objects farther off,because().
A.
a small error in bearing or in laying it down on the chart has a greater effect in misplacing the position the longer the line to be drawn
B.
all scales are kept updated for vital information by Notices to Mariners
C.
the larger the scale of the chart,the greater the detail that can be shown on it
D.
the mariner using the medium scale charts for passage along a coast need not transfer on to a large scale for short distances
【单选题】社会主义道德建设的基本要求是
A.
团结、民主、科学、进步
B.
爱国主义、社会主义、人道主义
C.
爱祖国、爱人民、爱劳动、爱科学、爱社会主义
D.
语言美、心灵美、行为美、环境美
【单选题】The objects that Pasteut removed from the air in his experiment were remarkable because they were
A.
primarily single-celled organisms
B.
no different from objects found in putrefying materials
C.
fairly rare
D.
able to live in a mixture of alcohol and ether
【单选题】The woman objects to living on campus ______
A.
because it costs too much
B.
because there are too many freshmen
C.
because the rooms are too small
D.
because it' s too noisy
【单选题】在护患关系建立初期,护患关系发展的主要任务是:
A.
对患者收集资料
B.
确定患者的健康问题
C.
为患者制定护理计划
D.
与患者建立信任关系
E.
为患者解决健康问题
【判断题】水准仪由三部分组成,即望远镜、水准尺和基座组成。
A.
正确
B.
错误
【单选题】Because objects( ) data and implementation, the user of an object can view the object as a black box that provides services.
A.
encapsulate
B.
inherit
C.
connect
D.
refer
【简答题】社会主义道德建设的基本要求是什么?
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题