R PROGRAMMING dplyr BASICS - summarize, group_by, select, mutate, filter, arrange

preview_player
Показать описание
dplyr package is an exciting way to manipulate the data. It is an R package that provides you with a fast and intuitive way to transform data sets with R. dplyr is the successor of plyr and is mainly authored by Hadley Wickham and Romain Francois. It is designed to be intuitive and easy to learn, thereby making "doing things" in R more user-friendly.
Basics dplyr tutorial introduces six key functions to you: summarize, group_by, select, mutate, filter, arrange.
You will also learn how to use pipe operator to chain the functions - %>%

To stay up to date with our latest videos make sure to subscribe to this YouTube channel!
Рекомендации по теме
Комментарии
Автор

The best introductory vid on Dplyr I've ever seen, made things so easy. Thank you.

itsyaccine
Автор

After 5:55 ? Results? I cant see because suggested videos location exactly on console location...

anotherspacegame
Автор

Thanks you sir, having read many pages about how to this - your example was exactly what I needed.

orbitaaltube
Автор

You're a star mate! Will be watching more!

Qibilii
Автор

Good video, to the point, brief and crisp

zaincma
Автор

Step by step, very clear. Thank you very much.

rienderiennon
Автор

This video is very useful .
Thanks for uploading this master piece .

warrior_
Автор

Thank you for thisbthis is wxactly what i need. Suppose you want to arrange by two columns, would you add that column in the same arrange function but after a comma?

ahmedJaber
Автор

very effective explanation in a short video.. awesome

jayanthv
Автор

Solid tutorial, gets na gets agad ng mga bobo

Draco-elsu
Автор

veery nice! im still learning and not sure how to make a more acuarate filter. if i wanted to know the male the age and if survide? how i can combine them?

Sirfrigth
Автор

is it possible to add multiple categories in the filter instead of only 1?

sanaayakurup
Автор

Hi, thanks for sharing knowledge! I am grouping df by class and then summarising the Freq variable by using sum function. I am using exact same code you demonstrated; however, my output is not grouped by class, I only get the sum of entire Freq column printed, not grouped by class as you demonstrated. Am I missing something?

_titanic_df %>% group_by(Class) %>% summarise(num_passg_class = sum(Freq))_

*the output is*
num_passg_class
1 2201


for the code _summarise(titanic_df, num_passg_class = sum(Freq))_
*the output is*
num_passg_class
1 2201

prabpharm
Автор

make tutorial on rcpp & deep learning package

RavinderRam
Автор

This thing: %>% , Control+shift and WHAT?

pascaltorvic
Автор

can you not making it so fancy ? really don't understand the %>% function...T_T

humphreychan
Автор

This video is pointless if we can't see what your typing. Everything is so tiny.

jpsantiago
Автор

jesus - what sad data to choose. children?! freezing and drowning?

laurencooper
join shbcf.ru