Word Clouds in R: Useful & Beautiful Word Clouds with wordcloud2

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

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

  • @DrDJ
    @DrDJ 4 года назад +4

    You deserve an award for this. Best explanation out here. Thanks!

  • @arcade_wizard
    @arcade_wizard 4 года назад +2

    Thank you so much for making this video! It was really well made, and broke things down very effectively!

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

      Glad you enjoyed it!

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

    thank you for also adding the text cleaning process, i've been looking for tutorials of that step

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

    Best video I watched on the topic. Thank you.

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

    These videos are gold!! Keep them coming!

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

    Thank you so much for this video. It is really clear and helpful. Looking forward to ur other tutorials!

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

    Your videos are excellent and really well produced. Looking forward to more!

  • @nursena06
    @nursena06 2 года назад

    Love it! You explained it so well! Thank you :)

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

    I really like your explanations. 😌keep going. ❤️

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

    Thank you so much!

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

    Many thanks for this, I really appreciated your advice to use word clouds to compare things rather than just show something without any other reference point. I also liked the welcome surprise of that font package, definitely going to use it as well! All the best.

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

      Glad to hear it! Thanks for watching!

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

    You videos are very informative. I'm eagerly waiting for your upcoming videos

  • @bassamsaleh8034
    @bassamsaleh8034 2 года назад

    I hope he returns to RUclips 🙏. He's the best in explanation. Or even if he creates a course.

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

    PERFECT.

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

    wordclouds are great... although what's been difficult is getting them to reflect nicely in an rmarkdown document. wordcloud2 puts some neat js w/ it while wordcloud makes a static image -- so you may have to utilize htmlwidgets or plotly.
    what would be great is a series on incorporating libraries for text analysis. it's intuitive to put together an x-y graph with some count of a discrete variable to gain some understanding... but what would be good approaches to get value out of textual data?

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

      I think this is a great question but I don’t know if I can give an exact answer. I think it really depends on what your end goal with the data is. If you’re looking for a more quantitative analysis, it might be worth looking into topic modeling, sentiment analysis (although many may argue isnt that reliable), and n-gram token frequencies (but plotting instead of making a word cloud) just to name a few. These are all things I hope to cover in future videos but there are great resources already out there I’d recommend taking a look at!

  • @andrea-mj9ce
    @andrea-mj9ce 2 года назад

    Is is possible to control the speed at which the words are displayed?

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

    You're a fanomena. Can fit this into 5 classes of r course

  • @shadowknight20042002
    @shadowknight20042002 2 года назад

    when i run this code
    df = df %>%
    filter(nchar(as.character(word)) > 2,
    word != "don’")
    i get this error below
    Error in `filter()`:
    ! Problem while computing `..1 = nchar(as.character(word)) > 2`.
    Caused by error in `nchar()`:
    ! invalid multibyte string, element 300
    Run `rlang::last_error()` to see where the error occurred.

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

    Cannot thank you enough

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

    Why he speaks so fast?