- Mastering Data Analysis with R
- Gergely Daróczi
- 100字
- 2021-07-09 21:58:53
Chapter 3. Filtering and Summarizing Data
After loading data from either flat files or databases (as we have seen in Chapter 1, Hello, Data!), or directly from the web via some APIs (as covered in Chapter 2, Getting Data from the Web), we often have to aggregate, transform, or filter the original dataset before the actual data analysis could take place.
In this chapter, we will focus on how to:
- Filter rows and columns in data frames
- Summarize and aggregate data
- Improve the performance of such tasks with the
dplyr
anddata.table
packages besides the base R methods
推薦閱讀
- GitLab Cookbook
- 算法零基礎一本通(Python版)
- 軟件架構設計:大型網站技術架構與業務架構融合之道
- Python自動化運維快速入門(第2版)
- Linux命令行與shell腳本編程大全(第4版)
- INSTANT Django 1.5 Application Development Starter
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Windows Phone 7.5:Building Location-aware Applications
- Java系統化項目開發教程
- Learning Continuous Integration with TeamCity
- C# and .NET Core Test Driven Development
- 運維前線:一線運維專家的運維方法、技巧與實踐
- Python語言科研繪圖與學術圖表繪制從入門到精通
- SignalR:Real-time Application Development(Second Edition)
- 邊玩邊學Scratch3.0少兒趣味編程