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:
|
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
|
* [Relational data] will give you tools for working with multiple
|
||||||
dates and date-times.
|
interrelated datasets.
|
||||||
|
|
||||||
* [Strings] will introduce regular expressions, a powerful tool for
|
* [Strings] will introduce regular expressions, a powerful tool for
|
||||||
manipulating strings.
|
manipulating strings.
|
||||||
|
|
||||||
* [Relational data] will give you tools for working with multiple
|
* [Dates and times] will give you the key tools for working with
|
||||||
interrelated datasets.
|
dates and date-times.
|
||||||
|
|
Loading…
Reference in New Issue