【原创】R语言案例数据分析可视化报告 (附代码数据)
【原创】R语言案例数据分析报告论文(附代码数据)
有问题到淘宝找“大数据部落”就可以了
A study of the impact of storms and weather events in the United States
Deborah
5 de novembro de 2017
Synopsis:
In this report we aim to identify the storm and weather events more harmful to population health and with greate impacct on economy in the United States. The report analyses data from US. National Oceanic and Atmospheric Administration’s (NOAA) storm database since 1950 to 2011. Our overall hypothesis is that Tsunami is the most harmful event to population health and hurricane has the greatest impact on economy. To investigate this hypothesis, we had to adjust the events names and aggregate the data to calculate average impacts for each event. From these data, we confirmed our hypothesis.
Data Processing
From the U.S. National Oceanic and Atmo spheric Administration’s (NOAA) we obtained database on major storms and weather events in the United States, including when and where they occur, as well as estimates of any fatalities, injuries, and property damage. The data is from 1950 and end in November 2011.
Reading in database
We first read in the data from the raw text file included in the zip archive. The data is a comma separated file (csv).
After reading in the data we check the first few rows (there are 902,297) rows in this dataset.
【原创】R语言案例数据分析报告论文(附代码数据)有问题到淘宝找“大数据部落”就可以了
【原创】R语言案例数据分析报告论文(附代码数据)
有问题到淘宝找“大数据部落”就可以了
As we can see that are more unique events than permitted by National Weather Service Instruction (NWSI). For the rest of the analysis, we will reclassify some of the events so that most events perfectly matches the 48 permitted Storm Data Events. The following steps will be taken: - Replace “s” at the end of the event by “” - Replace “TSTM” by “THUNDERSTORM” - Replace “ING” at the end of a line by “” - Look for some part of the events name and replace it by the real event name - for example, there are many occurances of “THUNDERSTORM W” with many different continuations. So everytime there is this matche it will be replaced by “THUNDERSTORM WIND”.
…… 此处隐藏:70字,全部文档内容请下载后查看。喜欢就下载吧 ……相关推荐:
- [行业资料]创设有效语境 改善英语教学
- [行业资料]微商推广引流的44种方法
- [行业资料]医疗机构输血科血库基本标准
- [行业资料]锂离子电池项目可行性研究报告(2015年
- [行业资料]申请执行人长沙市开福区人口和计划生育
- [行业资料]倾听草木的呼吸(初中阅读)
- [行业资料]长沙新环境厂房租赁合同书
- [行业资料]2022年经济师《金融专业知识与实务(中
- [行业资料]浦东新区2009学年度第二学期期末考试七
- [行业资料]企业劳动用工协议书
- [行业资料]最新苏科版七年级数学上册第二章有理数
- [行业资料]12星座与英语词汇学习
- [行业资料]2008年高考化学科经验
- [行业资料]镇政府2015年工作总结及2016年政府工作
- [行业资料]梧州市产业园区规划及招商引资报告
- [行业资料]大体积砼承台施工作业指导书
- [行业资料]学生干部在创建和谐校园中的作1
- [行业资料]小学语文教师实习个人总结
- [行业资料]2014完美最新奖金制度
- [行业资料]2016年一建建筑实务-重要知识点地质
- 【最新】人教版小学语文三年级上册:第
- 中国中小企业年鉴(地区数据)
- 动物与人类生活的关系 ppt
- 选修3 专题3 胚胎工程知识点
- 遥感技术基础复习题
- 公司员工职业生涯规划实施方案
- 辽宁省建筑施工企业安全生产许可证管理
- 15秋福师《中外幼儿教育史》在线作业二
- 2015-2020年中国网络视频行业深度调研
- 数学八年级下华东师大版21.1算术平均数
- 苏教版一年级语文下册《小松树和大松树
- 油画论文:摄影对当下油画艺术的影响
- 西方自由主义影响下的新闻自由——从17
- 基于支持向量机的商业银行信用风险评估
- 机械设计基础复习题答案(修改)(1)
- 语文:高考作文素材:材料引用及论点论
- 月份工程进度款结算单62+56
- 2018-2023年中国互联网基金行业现状研
- 人教版 PEP 五年级下册Unit1Lesson1 th
- 2014学年第二学期四年级数学期末教学质




