filmov
tv
Hands-on dplyr tutorial for faster data manipulation in R
Показать описание
dplyr is a new R package for data manipulation. Using a series of examples on a dataset you can download, this tutorial covers the five basic dplyr "verbs" as well as a dozen other dplyr functions.
Tutorial contents:
1. Introduction to dplyr (starts at 0:00)
2. Loading dplyr and the example dataset (starts at 2:29)
3. Understanding "local data frames" (starts at 3:23)
4. Verb #1: `filter` (starts at 5:17)
5. Verb #2: `select`, plus `contains`, `starts_with`, `ends_with`, `matches` (starts at 7:54)
6. Using chaining syntax for more readable code (starts at 9:34)
7. Verb #3: `arrange` (starts at 12:53)
8. Verb #4: `mutate` (starts at 13:55)
9. Verb #5: `summarise`, plus `group_by`, `summarise_each`, `n`, `n_distinct`, `tally` (starts at 15:31)
10. Window functions: `min_rank`, `top_n`, `lag` (starts at 26:47)
11. Convenience functions: `sample_n`, `sample_frac`, `glimpse` (starts at 32:44)
12. Connecting to databases (starts at 34:21)
== RESOURCES ==
== LET'S CONNECT! ==
Tutorial contents:
1. Introduction to dplyr (starts at 0:00)
2. Loading dplyr and the example dataset (starts at 2:29)
3. Understanding "local data frames" (starts at 3:23)
4. Verb #1: `filter` (starts at 5:17)
5. Verb #2: `select`, plus `contains`, `starts_with`, `ends_with`, `matches` (starts at 7:54)
6. Using chaining syntax for more readable code (starts at 9:34)
7. Verb #3: `arrange` (starts at 12:53)
8. Verb #4: `mutate` (starts at 13:55)
9. Verb #5: `summarise`, plus `group_by`, `summarise_each`, `n`, `n_distinct`, `tally` (starts at 15:31)
10. Window functions: `min_rank`, `top_n`, `lag` (starts at 26:47)
11. Convenience functions: `sample_n`, `sample_frac`, `glimpse` (starts at 32:44)
12. Connecting to databases (starts at 34:21)
== RESOURCES ==
== LET'S CONNECT! ==
Hands-on dplyr tutorial for faster data manipulation in R
Hands on dplyr Tutorial for Data Manipulation
R Tips for Beginners - dplyr - How to Quickly Type Pipes
dplyr tutorial | A quick guide to using dplyr in the wild
The Ultimate Course to Quickly Master Data Manipulation in R Using dplyr & the tidyverse
Dplyr Essentials (easy data manipulation in R): select, mutate, filter, group_by, summarise, & m...
R's for loops are horrible. Really? Getting better performance than dplyr with for loops! (CC05...
Dplyr in R and RStudio || Hands-on dplyr tutorial for data manipulation in R/RStudio
dplyr tutorial (Part 1)
R DPLYR Joins - Tidy Data
Top 10 Must-Know {dplyr} Commands for Data Wrangling in R!
dplyr tutorial | how to do sort data in R using dplyr arrange function | R Programming tutorial
Make your R code 18,878 times faster! (Unabridged) | R Programming
R programming for beginners. Manipulate data using the tidyverse: select, filter and mutate.
Dplyr tutorial - An Introduction to the tbl class in dplyr
Data Manipulation using dplyr in R: A Beginner's Guide
dplyr tutorial | how to create new value with mutate function | R Programming tutorial
Going deeper with dplyr: New features in 0.3 and 0.4 (tutorial)
Hadley Wickham's 'dplyr' tutorial at useR 2014 (1/2)
dplyr relocate columns r function tutorial
How to use pipes in dplyr - R
dplyr Package in R | Introduction, Tutorial & Programming Examples | Data Manipulation in RStudi...
Data Manipulation In R | Data Manipulation In R With dplyr | R Programming For Beginners|Simplilearn
Data Manipulation Using dplyr Package [R Data Science Tutorial 5.0]
Комментарии