Why R Programming is better (For me) ?

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

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

  • @revolution77N
    @revolution77N 4 месяца назад

    when it comes to dealing with data science, python have most of modeling in Sklearn. You need pandas only to deal with data frames. In R there are 600 ways to open csv file! Also I find the RDS format in R extremely confusing. Agree that RStudio is more established and easier to work with. Jupyter Lab needs way more development to reach RStudio functionality.

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

    Thanks for the video!
    As an R fan and a python user. Did you use the reticulate package on R/Rstudio to code in Python and to converte R/Python object into the other language? And if yes, what do you think about it?
    Again, thank you for your work!

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

      I almost exclusively used reticulate for keras and tensorflow, so I don't have much to say about this topic. How is your experience around object conversation?

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

      @@LiquidBrain Now, I'm using Python on Rstudio when I have to do webscraping with Javascript content to render (requests-HTML or playwright) or when I need some nlp in my text mining process (spaCy), both Without stoping my workflow on R. For now it work pretty well (I'm mostly working with vector, html object and data frame). But the conversion doesn't work well with nested dataframe since the content of the nested row(s) doesn't get converted. But sometimes it's easier to do a full python script on another code editor (VS code for instance)

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

      Ya, i feels the same way to. working with two language at the same time just hurts my brain :P

    • @os2171
      @os2171 7 месяцев назад

      Same here

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

    I agree 100% with you.

  •  2 года назад +2

    100% agree with arrays starting from 1. Nobody starts counting from 0.

  • @os2171
    @os2171 7 месяцев назад

    Same here

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

    funny thing is i have the exact same IDE and package management reasons as you except swap R and python in every sentence

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

      🤣🤣 basically what you started with is that you end up getting use to I suppose

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

    R supremacy ☺️

  • @raymonduinfante-rosa5600
    @raymonduinfante-rosa5600 2 года назад

    R for ever

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

    Ever considered Julia?

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

      Definitely under my radar, but haven't got the time to do a deep dive into that language