July 2019
Beginner to intermediate
740 pages
16h 52m
English
Like any professional field, data analysis is filled with buzzwords, and it can often be difficult for newcomers to understand the lingo—the topic of this chapter is no exception. When we perform data wrangling, we are taking our input data from its original state to a format where we can perform meaningful analysis on it. Data manipulation is another way to refer to this process. There is no set list or order of operations; the only goal is that the data post-wrangling is more useful to us than when we started.
In practice, there are three common tasks involved in the data wrangling process:
It should be noted that there is no inherent order to these tasks, and ...
Read now
Unlock full access