Manipulating Text in R with "stringr" | R Tutorial (2020)

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 16

  • @joeyoviedo5202
    @joeyoviedo5202 Год назад

    Thanks for making these videos, they are super helpful. Glad I found your channel

  • @shivamnemani
    @shivamnemani 3 года назад +2

    I was going through the book and didn't want to go through the whole chapter and was looking for a good summary, your video does that wonderfully, thank you!

    • @RichardOnData
      @RichardOnData  3 года назад

      Yes, I know this particular chapter is quite dense. I'm glad this was helpful!

  • @arvinflores5316
    @arvinflores5316 3 года назад +1

    I'm having a hard time in understanding the book atm, good thing I found this

    • @RichardOnData
      @RichardOnData  3 года назад

      Thank you! To clarify, you're having difficulty with the book "R for Data Science"?

    • @arvinflores5316
      @arvinflores5316 3 года назад

      @@RichardOnData the stringr chapter especially, regular expressions gave me a hard time lol

  • @jamesleleji6984
    @jamesleleji6984 2 года назад +1

    How do you remove duplicates from a column that contains duplicated texts regardless of the case whether lowercase or uppercase

  • @romulodamasceno2427
    @romulodamasceno2427 4 года назад +3

    Man, you're amazing! Thank you so much!

    • @RichardOnData
      @RichardOnData  4 года назад

      That means a lot, thanks for watching!

  • @javedmohib9736
    @javedmohib9736 3 года назад

    str_count(word, "[a|c]") will count a, c or |. To count only a or c you need to use str_count(word, "[ac]")

  • @sven9r
    @sven9r 3 года назад +2

    I still don't know how much the RUclips algo hates you - still under 6k subs

    • @RichardOnData
      @RichardOnData  3 года назад

      Hah, well the goal for this year is 50k subs as I make some changes and start some new initiatives! RUclips is a bit of a snowball at times (gotta remember, this time last year I was under 100 subs). If I’m WAY off with that then I’ll re-evaluate later, but doubt I will be.

  • @fullsurr3465
    @fullsurr3465 4 года назад +1

    Thank you so much!

  • @wooh88
    @wooh88 4 года назад

    Great video!! big fan!