Data wrangling with R in 27 minutes

Take control of your data in under 30 minutes using tidyverse R. If this vid helps you, please help me a tiny bit by mashing that 'like' button. For more #rstats joy, crush that 'subscribe' button!

Пікірлер: 42

  • @EquitableEquations
    @EquitableEquations Жыл бұрын

    You can find materials supporting this vid (and others) at github.com/equitable-equations/youtube.

  • @KKmovesToMars
    @KKmovesToMars7 ай бұрын

    great video! I am so grateful you have taken the time to put these videos together! love your approach. Thank you, this is really great! I am a fan (as you can probably tell by now)

  • @EquitableEquations

    @EquitableEquations

    7 ай бұрын

    Thanks KK! Glad you're around.

  • @skriesten
    @skriesten8 ай бұрын

    Really enjoy your presentations. Being new to R this has been really helpful

  • @NikkiShah-ky5km
    @NikkiShah-ky5km2 ай бұрын

    Very clear and helpful. Thank you for taking the time to create great content!

  • @mr.juanlopez6785
    @mr.juanlopez6785Ай бұрын

    Just wanted to say this was awesome. Great energy and instruction. You got yourself a new sub today!

  • @cptnbrrycrnch5194
    @cptnbrrycrnch51945 ай бұрын

    Great video, really appreciate you making this!

  • @user-se9uk2py5k
    @user-se9uk2py5k Жыл бұрын

    Very clear and helpful videos. Thank you very much! Muchas gracias!!! 😊

  • @joeltorres1237
    @joeltorres12377 ай бұрын

    It's obvious you have experience teaching! Organized and clear instructions. Thank you! I said I would use python next but your videos and something about R keep me wanting to stick with it. Do you use Python for any specific tasks?

  • @yourivyleaguegirl
    @yourivyleaguegirl14 күн бұрын

    for those who couldn't get arrange function done: library(dplyr) df=diamonds_sm df2%arrange(color) view(df2)

  • @deyvismejia7529
    @deyvismejia75292 ай бұрын

    I learned so much! Just started using dplyr a couple days ago and wanted something comprehensive on basics. So much to learn, it's not too difficult either.

  • @ahmedelkholy1323
    @ahmedelkholy1323 Жыл бұрын

    as usual very amazing useful quick Revision thank you so much sir

  • @maireadleyden6387
    @maireadleyden638722 күн бұрын

    Excellent. Thank you

  • @arebuissa7547
    @arebuissa7547 Жыл бұрын

    Thank you very informative and easy to understand the basics

  • @mycountryfarm
    @mycountryfarm3 ай бұрын

    This has been really helpful. Thanks

  • @Browncas
    @Browncas10 ай бұрын

    Thank you for sharing this. 🙏

  • @mercylearns
    @mercylearns2 ай бұрын

    Thank you so much!! it's so useful; Even I took stat course in my university, the professor never taught us how to wangle data! This video is so useful!🤩

  • @kkanden
    @kkanden10 ай бұрын

    i love your videos so much

  • @user-zt8jg8bt9k
    @user-zt8jg8bt9k5 ай бұрын

    Amazing vídeo, thanks!

  • @user-ro9ex5im2p
    @user-ro9ex5im2p Жыл бұрын

    Amazing

  • @muhammedhadedy4570
    @muhammedhadedy4570 Жыл бұрын

    I love your work. Thank you so much for your great videos. Please, keep up the great work and I would like to ask you if you can make a tutorial on the lubridate package and dealing with dates in R. It's so underrated package despite the great importance of dates variables in data science..

  • @EquitableEquations

    @EquitableEquations

    Жыл бұрын

    HI! This is definitely on my to-do list. Fabulous package.

  • @samuelolaoluwa150
    @samuelolaoluwa15016 күн бұрын

    You're awesome. I heard to come back here, having watched one of your videos; learning R in 39 minutes. I have a question please I'm doing the data analysis for my research titled; modeling of selected classification methods and comparison of their performance in the classification of anaemia patients among Nigerian children. Now, I've not been using much of R before this work. So I ran into an issue with my dataset. I have one on of my predictor variables to be continuous. When I declared its class in R as numeric, all values for that variable were overwritten as NAs. I can't start checking each cell because there are almost 11,000 observations. How do I fish out where the problem is?

  • @CaribouDataScience
    @CaribouDataScience Жыл бұрын

    Thanks

  • @mackottens
    @mackottens Жыл бұрын

    Your content has really helped me transition from STATA to R! Any plans to do some SEM modelling?

  • @EquitableEquations

    @EquitableEquations

    Жыл бұрын

    Oooh good idea!

  • @mjacfardk
    @mjacfardk Жыл бұрын

    thank you

  • @theecanmole
    @theecanmole Жыл бұрын

    I didn't know that arrange is the tidyverse equivalent of sort. Thanks!

  • @EquitableEquations

    @EquitableEquations

    Жыл бұрын

    So much of dplyr is inspired by SQL.

  • @TheJq32
    @TheJq32 Жыл бұрын

    Hi, Do you have any plans on doing a video on best practices for R markdown? I'm trying to learn about chunks, blocks, knitr via other online resources and its kind of confusing me. PS really appreciate your time and effort for these, I'm going for a career change and its really giving me confidence that I can do this

  • @EquitableEquations

    @EquitableEquations

    Жыл бұрын

    Yes! Here's my vid on R Markdown: kzread.info/dash/bejne/k6d8yteBgtvOptI.html. Hope it helps!

  • @jothamithagu7403
    @jothamithagu7403 Жыл бұрын

    group_by() is the SUMIF in spreadsheet.. Awesome. 👏👏👏👏👏👏👏

  • @romanvasiura6705
    @romanvasiura6705 Жыл бұрын

    Thank you! In addition I see nice feature. After changing a variable - we look at it by View() command... but if I do some changes one more time I can change a page were I've already call a variable and I can see new changes without calling View() once again.

  • @EquitableEquations

    @EquitableEquations

    Жыл бұрын

    Yes! Also, when tidyverse is loaded, you don't actually need to capitalize view().

  • @SobugShikder
    @SobugShikder10 ай бұрын

    I did not find the diamonds file in your Github account.can you please tell me where can i find it?

  • @EquitableEquations

    @EquitableEquations

    10 ай бұрын

    Hi! It becomes available in R as soon as you load tidyverse. You don't need to download it separately.

  • @user-il4jz8mu6o
    @user-il4jz8mu6o3 ай бұрын

    The way that the date shows by teachers is not learnable

  • @harshitarajput2739
    @harshitarajput273911 ай бұрын

    How to get that diamond dataset

  • @EquitableEquations

    @EquitableEquations

    11 ай бұрын

    It becomes available to you as soon as you load tidyverse.

  • @samuelolaoluwa150
    @samuelolaoluwa15016 күн бұрын

    You're awesome. I heard to come back here, having watched one of your videos; learning R in 39 minutes. I have a question please I'm doing the data analysis for my research titled; modeling of selected classification methods and comparison of their performance in the classification of anaemia patients among Nigerian children. Now, I've not been using much of R before this work. So I ran into an issue with my dataset. I have one on of my predictor variables to be continuous. When I declared its class in R as numeric, all values for that variable were overwritten as NAs. I can't start checking each cell because there are almost 11,000 observations. How do I fish out where the problem is?