- 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
- C++程序設計教程
- Oracle WebLogic Server 12c:First Look
- Kali Linux Web Penetration Testing Cookbook
- TypeScript Blueprints
- C語言程序設計(第2 版)
- JavaScript:Functional Programming for JavaScript Developers
- Java從入門到精通(第5版)
- Designing Hyper-V Solutions
- Mastering Unity Shaders and Effects
- 西門子S7-200 SMART PLC編程從入門到實踐
- C#開發案例精粹
- Mastering Linux Security and Hardening
- Mastering Git
- 軟件測試教程
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)