Update wrangle.Rmd (#253)
Changed the order to reflect the ordering of the chapters
This commit is contained in:
parent
010ea3b0c8
commit
2c754bac83
|
@ -25,11 +25,11 @@ This part of the book proceeds as follows:
|
|||
|
||||
Data wrangling also encompasses data transformation, which you've already learn a little about. Now we'll focus on new skills for three specific types of data you will frequently encounter in practice:
|
||||
|
||||
* [Dates and times] will give you the key tools for working with
|
||||
dates and date-times.
|
||||
* [Relational data] will give you tools for working with multiple
|
||||
interrelated datasets.
|
||||
|
||||
* [Strings] will introduce regular expressions, a powerful tool for
|
||||
manipulating strings.
|
||||
|
||||
* [Relational data] will give you tools for working with multiple
|
||||
interrelated datasets.
|
||||
* [Dates and times] will give you the key tools for working with
|
||||
dates and date-times.
|
||||
|
|
Loading…
Reference in New Issue