dplyr: Joins

preview_player
Показать описание
Joins let you combine two data tables together based on a shared column that uniquely identifies the records, also known as a key column. When your data is spread out across multiple tables, you may need to perform one or more joins to get it all into one big table before doing other data cleaning and analysis tasks.

Link to the Kaggle Notebook code used for this video series:

View the whole dplyr in R playlist here:

dplyr cheat sheet from RStudio:

dplyr documentation:

Follow DataDaft on social media for news and updates:

Join the DataDaft Discord to discuss all things data science:

#dplyr #rprogramming #datascience
Рекомендации по теме
Комментарии
Автор

This is awesome! You have a gift for teaching. Thank you

jandrew
Автор

Thank you so much! This was really helpful. Hugs from Argentina!

mariamaroni
Автор

Thank you! Excellent explanation and coverage of the joins in dplyr. I learnt a lot from coding along with you. I hope you make more videos to share your knowledge of R, and data science.

michaelhudson
Автор

Thank you so much!! The join multiple columns was really helpful.

bukolaadebayo
Автор

Straight to the point! Very helpful. cheers

svendavidsson
Автор

Thank you for making these videos on dplyr and R studio, its really helping me out!

If also may ask why is it that the full_join is the only command of the joins that uses by=c( ) instead of by=

Timska
Автор

FINALLY A VIDEO ABOUT THIS SUBJECT IN AMERICAN ENGLISH

carolwrezende
Автор

which IDE are you using to run the codes? Thanks

jamesleleji
Автор

Thank you very clear presentation. Can dplyr replace SQL?

joankettfield
Автор

Please what if you have two datasets with different colnames and rows but you are asked to merge the two

walterbondzie
Автор

which IDE are you using to run the codes? Thanks

jamesleleji