- 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
- The Complete Rust Programming Reference Guide
- Progressive Web Apps with React
- Learning Flask Framework
- Network Automation Cookbook
- Python進階編程:編寫更高效、優雅的Python代碼
- OpenNI Cookbook
- Redis Essentials
- Android Wear Projects
- 好好學Java:從零基礎到項目實戰
- App Inventor創意趣味編程進階
- 數據分析與挖掘算法:Python實戰
- Building Business Websites with Squarespace 7(Second Edition)
- Visual C#(學習筆記)
- Three.js Essentials
- Python程序設計案例教程