Rearrange Your Data With These Advanced Techniques

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ส.ค. 2024
  • CODE AND DESCRIPTION:
    Remember how important it is to rearrange your data with pivot_longer() and pivot_wider()? That's what we showed you last week. In this video, we show you how your life can become easier using advanced techniques that these functions can pull off. Full code at rfortherestofu...
    If you want to receive emails to help you on your R journey, sign up for the R for the Rest of Us newsletter: rfortherestofu...

ความคิดเห็น • 9

  • @grahamdampier
    @grahamdampier 9 หลายเดือนก่อน

    I always learn so much from Albert.

  • @zostube
    @zostube 3 หลายเดือนก่อน

    Excellent stuff Albert, 15 minutes of power packed data wrangling with tidyverse. I never knew that you could pass regexes directly into pivot longer's arguments. Bravo!!

  • @haraldniederstatter4068
    @haraldniederstatter4068 6 หลายเดือนก่อน

    amazing

  • @AlbertoFCabreraCasillas
    @AlbertoFCabreraCasillas 9 หลายเดือนก่อน

    Data wrangling, regular expressions and advanced ggplot with calling to databases options in just 15 minutes. My head has not stopped spinning. It is going to take me at least one month to digest all the information compressed in this 15 minutes lecture.

  • @maximzankevich2513
    @maximzankevich2513 9 หลายเดือนก่อน

    Absolutely awesome! thank you a way lot for stuff provided

  • @muhammedhadedy4570
    @muhammedhadedy4570 9 หลายเดือนก่อน

    Excellent tutorial as usual. Thanks a lot for your work.
    I searched the description for the link of the "regular expressions" video, but I didn't find it. Would you please share the link with me?

    • @rfortherestofus
      @rfortherestofus  9 หลายเดือนก่อน +1

      Sure thing. We don't have a video on just regular expressions. But we do offer a course on data cleaning. You can find it here: rfortherestofus.com/courses/data-cleaning/

  • @albertocabrera4297
    @albertocabrera4297 9 หลายเดือนก่อน

    I wonder if you could also have used the stringr function separate_wider_delim(). And if so, what would be the equivalent script?