- Practical Data Wrangling
- Allan Visochek
- 278字
- 2021-07-02 15:16:04
Shaping and structuring data
Preparing data for its end use often requires both structuring and organizing the data in the correct manner.
To illustrate this, suppose you have a hierarchical dataset of city populations, as shown in Figure 01:

If the goal is to create a histogram of city populations, the previous data format would be hard to work with. Not only is the information of the city populations nested within the data structure, but it is nested to varying degrees of depth. For the purposes of creating a histogram, it is better to represent the data as a list of numbers, as shown in Figure 02:

Making structural changes like this for large datasets requires you to build programs that can extract the data from one format and put it into another format. Shaping data is an important part of data wrangling because it ensures that the data is compatible with its intended use. In Chapter 4, Reading, Exploring, and Modifying Data - Part II, I will walk through exercises to convert between data formats.
Changing the form of data does not necessarily need to involve changing its structure. Changing the form of a dataset can involve filtering the data entries, reducing the data by category, changing the order of the rows, and changing the way columns are set up.
All of the previously mentioned tasks are features of the dplyr package for R. In Chapter 7, Simplifying Data Manipulation with dplyr, I will show how to use dplyr to easily and intuitively manipulate data.
- Mastercam 2017數(shù)控加工自動編程經(jīng)典實例(第4版)
- 計算機應(yīng)用復(fù)習(xí)與練習(xí)
- 自動控制原理
- VMware Performance and Capacity Management(Second Edition)
- 數(shù)據(jù)產(chǎn)品經(jīng)理:解決方案與案例分析
- 工業(yè)機器人工程應(yīng)用虛擬仿真教程:MotoSim EG-VRC
- WordPress Theme Development Beginner's Guide(Third Edition)
- 現(xiàn)代傳感技術(shù)
- Google SketchUp for Game Design:Beginner's Guide
- 人工智能技術(shù)入門
- 工業(yè)自動化技術(shù)實訓(xùn)指導(dǎo)
- SMS 2003部署與操作深入指南
- 單片機技能與實訓(xùn)
- 基于RPA技術(shù)財務(wù)機器人的應(yīng)用與研究
- HBase Essentials