- R for Data Science Cookbook
- Yu Wei Chiu (David Chiu)
- 179字
- 2021-07-14 10:51:28
Introduction
In the previous chapter, we covered how to integrate data from various data sources. However, simply collecting data is not enough; you also have to ensure the quality of the collected data. If the quality of data used is insufficient, the results of the analysis may be misleading due to biased samples or missing values. Moreover, if the collected data is not well structured and shaped, you may find it hard to correlate and investigate the data. Therefore, data preprocessing and preparation is an essential task that you must perform prior to data analysis.
Those of you familiar with how SQL operates may already understand how to use databases to process data. For example, SQL allows users to add new records with the insert
operation, modify data with the update
operation, and remove records with the delete
operation. However, we do not need to move collected data back to the database; R already provides more powerful and convenient preprocessing functions and packages. In this chapter, we will cover how simple it is to perform data preprocessing in R.
- Spring Cloud Alibaba核心技術與實戰案例
- 零基礎學Visual C++第3版
- Spring 5.0 By Example
- Android Studio Essentials
- Machine Learning with R Cookbook(Second Edition)
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- C語言程序設計案例式教程
- Apache Mesos Essentials
- Big Data Analytics
- Apache Mahout Clustering Designs
- 移動界面(Web/App)Photoshop UI設計十全大補
- Learning Modular Java Programming
- 計算機應用基礎項目化教程
- 計算機應用基礎案例教程(第二版)
- 網絡綜合布線與組網實戰指南