- RStudio for R Statistical Computing Cookbook
- Andrea Cirillo
- 175字
- 2021-07-16 11:04:00
Introduction
Some studies estimate that data preparation activities account for 80 percent of the time invested in data science projects.
I know you will not be surprised reading this number. Data preparation is the phase in data science projects where you take your data from the chaotic world around you and fit it into some precise structures and standards.
This is absolutely not a simple task and involves a great number of techniques that basically let you change the structure of your data and ensure you can work with it.
This chapter will show you recipes that should give you the ability to prepare the data you got from the previous chapter, no matter how it was structured when you acquired it in R.
We will look at the two main activities performed during the data preparation phase:
- Data cleansing: This involves identification and treatment of outliers and missing values
- Data manipulation: Here, the main aim is to make the data structure fit some specific rule, which will let the user employ it for analysis
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Learning LibGDX Game Development(Second Edition)
- ReSharper Essentials
- MySQL數據庫應用與管理 第2版
- 信息可視化的藝術:信息可視化在英國
- Blockly創意趣味編程
- Unreal Engine 4 Shaders and Effects Cookbook
- HTML5秘籍(第2版)
- 軟件測試綜合技術
- Advanced UFT 12 for Test Engineers Cookbook
- Android Sensor Programming By Example
- Oracle 12c從入門到精通(視頻教學超值版)
- SSH框架企業級應用實戰
- INSTANT Apache Hive Essentials How-to
- WCF技術剖析(卷1)