Attache Paket: 'tidylog'
Das folgende Objekt ist maskiert 'package:stats':
filter
Data is the new oil, at least according to the mathematician Clive Humby:
“Data is the new oil. Like oil, data is valuable, but if unrefined, it cannot really be used. It has to be changed into gas, plastic, chemicals, etc. to create a valuable entity that drives profitable activity. So, must data be broken down, analysed for it to have value.”
If we take this analogy seriously, the data, like oil, needs to be refined to turn it into something of value. Two important tools for refining data into a valuable output are data transformation and data visualization, both of which are the main focus of this book. In this part of the book, we first need to learn how to transform data from one form into another, so that we can apply visualization later on.
To master data transformation, we need to learn how to perform the following operations. We always start with a given data frame that we want to change into something else. In doing that, we typically want to …
The goal of the following chapters is to introduce means to perform theses five operations with R.
To better understand what a transformation step does to our original data, there is a package called tidylog to help us. When the package is loaded, it overrides some of the dplyr functions and adds an extra output to the console. The output depends on the particular function, but in general, it gives us information about:
select
commandfilter
command