Hey there! Really liked your video! Very clear and straightforward! If you don't mind, I'd really like to know if is there any way to order my variables according to a specific and arbitrary order. I have two datasets with the same variables whose the order matters, they are sorted in different orders so I'd like to sort them by a specific order. Thank you!
@EquitableEquations2 жыл бұрын
Hi, it sounds like you might really want to combine the sets with left_join(): kzbin.info/www/bejne/qGOzq52vrNiJjqc
@pravinwalke86132 жыл бұрын
Thank you so much, Your video helped me lot☺
@EquitableEquations2 жыл бұрын
Yay! I'm so glad.
@armansahin68772 жыл бұрын
hey! if we assume that there is a column named "years" how am I supposed to get the let's say "who was the tallest in 2017?"
@EquitableEquations2 жыл бұрын
Hi! While you could do this with filter(), I'd recommend checking out group_by() and summarize(): kzbin.info/www/bejne/pajOi5qvmrOLick