R vs Python

Поделиться
HTML-код
  • Опубликовано: 29 авг 2022
  • Get Python Certification→ ibm.biz/BdPZLr
    Get Certified in R →ibm.biz/BdPZLs
    Python and R are both common and powerful language for data science tasks. In this video Martin Keen, Master Inventor, provides an overview of R and Python and what questions you need to be asking before you choosing how to proceed on your next project.
    Get started for free on IBM Cloud → ibm.biz/BdPZLi
    Subscribe to see more videos like this in the future → ibm.biz/subscribe-now

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

  • @friendlyoctopus9391
    @friendlyoctopus9391 Год назад +139

    from now on i'm importing numpy as numpty instead of np

  • @PerformanceTezek
    @PerformanceTezek 5 дней назад +2

    Thank you Toni Kroos. You you gave people the pleasure of watching and now educate people your're pure diamond.

  • @exs0ldiercl0ud7777
    @exs0ldiercl0ud7777 11 месяцев назад +76

    I have 10 years working with R and I have never ever had a problem I couldn't solve with it. From ML to basic data analysis and visualization ( I'm a soil scientist). I program in both but I really like R

    • @elvinmustafov7313
      @elvinmustafov7313 3 месяца назад

      is 37 late to become programer want to learn R and python

    • @FrozenFlames243
      @FrozenFlames243 3 месяца назад

      @@elvinmustafov7313 nope, but you should consider getting good spine inusrance, 40 strugle is real, progamming languges are not flavors they are desing to solove certain issues and make money cough java-script, python is the most easy lanaguage, like you never down the path of programming go for python just to get taste of it, when it comes to data,ml,AI python is go to, but that does not mean R is usesless R is there to solve satiscal learning,visulaization and much more.

    • @EDMisalive
      @EDMisalive 2 месяца назад

      @@elvinmustafov7313 As he said R is easy to get into. Start with c it'll make easier and give a better understanding and will took few months or just go with R if you have lesser time

    • @elvinmustafov7313
      @elvinmustafov7313 2 месяца назад

      @@EDMisalive tring to learn R and and Python this was advice and opinion of few programers that i know

    • @ismaeliceman4509
      @ismaeliceman4509 Месяц назад

      @@elvinmustafov7313 as a general rule of thought personally its never too latge for anything ( maybe it sounds a bit cheesy but I believe it to be quite true)

  • @davemilnes1147
    @davemilnes1147 Год назад +17

    May I just say your ability to mirror-write is breathtaking!

    • @IBMTechnology
      @IBMTechnology  Год назад +13

      I know, you would not believe how much practice it requires. [j/k] Search on "lightboard videos".

  • @labtimeRP
    @labtimeRP Год назад +259

    In my opinion, when we talk about Python as a competitor of R, we should refer to it as Python-Pandas. More credit should be given to Wes McKinney to the surge of Python for data science

    • @ultrasoft5555
      @ultrasoft5555 Год назад +26

      Pandas is a disaster. I don't know how it could become an industry standard. Sadly it's very obvious the creators of the video have no direct experience with these tools. Not only missing numpy's name, but saying things like "Python supports csv and json while R support xls" or "Python is good for data wrangling thanks to pandas, while R is good in statistical analysis" -- these are simply not true, absolutely misleading.

    • @josephmargaryan
      @josephmargaryan Год назад +1

      @@ultrasoft5555 so which one is best according to you? python or R

    • @MKgobe
      @MKgobe Год назад +4

      ​@@ultrasoft5555 this is definitely not misleading, Python can actually read json and csv files, web developer's usually use json files, even those using Django use json files. And the pandas library has functions that enable reading csv, I think it's called read_csv or something like that.
      And that guy literally explained what numpty is, that was intentional.

    • @MrPrabhatRastogi
      @MrPrabhatRastogi Год назад +11

      @@MKgobe the idea that python “ONLY” supports those is the problem. Python can read any file format under the sun (specific packages for everything from xlsx to avro, parquet etc ) I am pretty sure python supports more formats simply because it is multi purpose.
      Also - in visualization, the guy has probably never seen libraries like plotly, seaborn etc. Hec, even a package that copies ggplot2 exists in python.

    • @mpfmax0
      @mpfmax0 Год назад +4

      @@MrPrabhatRastogi I recently switched to python from R. I'm by no means an expert, but the fact that he said if you like cool visualizations go for R, made this whole video kind of sus for me, cuz I love visualization and plotly seems to work better in python and seaborn can look even better than ggplot2 imo. Even though coding ggplot2 is much easier than plotly or seaborn, you cannot beat how smooth and nice those libraries look.

  • @guitarislife01
    @guitarislife01 Год назад +10

    THIS SHOULD BE THE STANDARD. Thank you for actually presenting your findings rather than give an "it depends" answer. Great video.

  • @lazarbaruch
    @lazarbaruch Год назад +4

    For a long time, I haven't seen such an informative presentation. You just made an inventory without explaining how the specific language features make the difference.

  • @galatemalate1256
    @galatemalate1256 Год назад +74

    In personal experience never used R for statistical analysis haha, only for data gathering and cleansing. I’ve been got data from SQL Server, Csv Files, Text Files, GitHub repo metadata, APIs and Point of Sales. For cleansing libraries such as dplyr, lubridate, anydate, stringr, etc, magrittr helps to keep data transformation really clear. Finally once the data is cleaned up and ready, land it to the warehouse.
    My personal opinion is that you can do the same ETL processes in R than in Python even with less code (if you know how to use R properly)

    • @TMRick1
      @TMRick1 Год назад +1

      This is a really underrated usage of R, especially when you have the DBI package able to work with the major open source implementations of SQL databases. I manage a server hosting a lot of Shiny apps that rely on SQLite databases to work properly and the update routine of ETL is done using R scripts running on a daily basis with cronjobs.

  • @sinan_islam
    @sinan_islam Год назад +62

    You will end up using both, because Machine Learning and Statistics cannot be split apart. Python for ML and R for stats.

    • @acupoftea8635
      @acupoftea8635 Год назад +1

      the most wise comment

    • @patrickn4171
      @patrickn4171 Год назад +2

      I use python for stats all the time, works great. I used to use R but I'll probably never go back

    • @ibragim_on
      @ibragim_on Год назад +1

      I agree with you

    • @jakubk.2367
      @jakubk.2367 Год назад +1

      Now tell me what is machine learning all about...

    • @HarmonicaTool
      @HarmonicaTool 22 дня назад

      I'd concur if Machine learning was only Neural Networks, which for some people it may be.

  • @robertrichardson3888
    @robertrichardson3888 Год назад +56

    I use and teach both. In fact I am teaching one class in R right now and one class in Python. I've also helped establish professional organizations with data science frameworks. This video is actually very in line with what I think. I've had a hard time teaching Python to people who have only used Excel, R is easier. If I'm doing a complex analysis requiring advanced probability concepts, I work in R. But I see why professional companies have leaned more towards Python. Its infrastructure makes Python better for security, reproducibility, consistent AI for apps and machinery, working with streaming, graphical, or network data, and text mining.

    • @jrltown
      @jrltown Год назад +3

      My view is slightly different: R and more specify Tidyverse (packages / R dialect) is the clear leader in supporting fully reproducible workflows where the pipeline ends with reporting - reporting includes interactive web applications all the way down to static documents. The Python community has not been as strongly engaged in the reproducibility discussion outside of enterprise execution pipelines. They simply stop before reporting and that stopping point is premature.
      (Edit: typo misspelling corrected)

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

      Hi Robert. I one of the 'people who have only used excel'. Can you tell learning R is easier for people like me? (Fyi I'm learning phyton as my first language atm)

    • @Mario-gq2xb
      @Mario-gq2xb Год назад +2

      @@Kei3th1424 why R is easier? One of my observations is that when in Excel, you're somewhat writing codes when you type out formulas that contain functions. The way u work with data in R is very similar in terms of the functional approach whereas if u go to python the syntax will be a bit more alien with heavier emphasis on object oriented designs and quite frankly a less intuitive way of working with data in pandas especially that makes it hard to learn for first time programmers.

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

      What is your take on Julia vs R?

    • @HarmonicaTool
      @HarmonicaTool 22 дня назад

      ​@@hansisbrucker813Julia still has to prove mass adoption. R is the successor to S and thus much older then Python and Statisticians publish new algorithms in R whereas Python is taught to many beginners. Both will be around in twenty years. Can you say the same about Julia? There is no doubt that Julia is great in what it does but so were BASIC and PROLOG and Smalltalk languages. If Julia is good for what you do with it today, then go for it. If learning a language is a long time investment of your time and effort, choose something established.

  • @nafishaider
    @nafishaider Год назад +7

    "You might be expecting a it-depends answer, but no, I'm going to tell you exactly which one to pick" - and then proceeds to give different scenarios for picking each one, in other words IT DEPENDS!

  • @ShawnaAPierce
    @ShawnaAPierce 6 дней назад

    Funny, intelligent, and not agonizing to watch for more than 5 minutes. Well done:)

  • @phantastik3389
    @phantastik3389 Год назад +2

    You can use both for big data applications. It's really base on preference

  • @jaffarbh
    @jaffarbh Год назад +13

    I use both in my workflow. Speed-wise, I think Python is about twice as fast for general purpose operations (like for loops), but in practice the performance depends largely on the packages used.

  • @silerius4856
    @silerius4856 10 месяцев назад +5

    I recently started learning R for a "Quantitative Business Analysis" course I'm taking for my MBA. Really wish I knew about R when I was studying chemistry for undergrad. Thanks for the video!

  • @auzaluis
    @auzaluis Год назад +5

    Ok. I'm an R user and when he was explaining Python's pros I was thinking R can do the same. It's unfair mentioning Pandas without mentioning Tidyverse

  • @larryfishermanjr.8323
    @larryfishermanjr.8323 Год назад

    Hahah (2:09) clearly the best speaker from IBM. Sympathetic man and instructive content, gladly more

  • @InssiAjaton
    @InssiAjaton Год назад +2

    Earlier this year, I searched for any language among the recent public favorites that would support reading fresh data from measuring instruments. I mean direct hardware port connectivity. Tough task! All of them seemed to be happy to just start manipulating already existing data, Excel and such. The third book I read about Python mentioned there is a library to provide port connectivity, but did not really elaborate. My old favorite, FORTH dropped out of competition when Windows started denying direct access to hardware. Quick Basic worked for a while longer. And after that, you needed drivers, possibly provided by the instrument supplier, if you were lucky. That is what Visual Basic depends on.

    • @HarmonicaTool
      @HarmonicaTool 22 дня назад

      That sounds like a C++ job. You can use C++ inside your R Code with the RCpp package and similar things will probably exist for Python. Nevertheless, there are places for compiled languages even in modern times.

  • @tatsuhitot
    @tatsuhitot 11 месяцев назад

    Popular data visualisation libraries such as Seaborn, Matplotlib, Plotly and several other specialised ones are fantastic.

  • @jamesjose7925
    @jamesjose7925 Год назад +8

    Thank you for this very calm and useful presentation.

  • @ngocbinhnguyen8073
    @ngocbinhnguyen8073 Год назад +16

    If you use R before Python, R is better. If you use python before R, Python is better. I love all, and use both in my works.

    • @hugowesley4074
      @hugowesley4074 10 месяцев назад

      I'm currently learning Python for automation stuff and want to know R only for data analysis. Is this the best approach in your opinion since you know both.

    • @houseplant1016
      @houseplant1016 8 месяцев назад

      ​@@hugowesley4074 If you learn python first

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 Год назад +26

    2:55 Jupyter notebooks can support a range of languages. It started as IPython, which was Python-centric. And while Python is still the foundation and implements the Notebook API, there is a range of kernels allowing you to run other languages in notebook cells.

    • @stearin1978
      @stearin1978 Год назад +11

      JuPyteR is Ju-lia Pyt-hon and R acronym but... The Jupyter system supports over 100 programming languages (called “kernels” in the Jupyter ecosystem) including Python, Java, R, Julia, Matlab, Octave, Scheme, Processing, Scala, and many more. Out of the box, Jupyter will only run the IPython kernel, but additional kernels may be installed. (c)

    • @trycryptos1243
      @trycryptos1243 Год назад +1

      @@stearin1978 thanks, informative.

    • @juan.araujonog
      @juan.araujonog Год назад +3

      Also RStudio supports programming languages other than R

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

    Wow, I could listen to your soothing voice all day 😊

  • @MrAehtsham
    @MrAehtsham Год назад +1

    Very nicely explained.

  • @manhoosnick
    @manhoosnick Год назад +6

    Haha, we hear so much about Python that goign towards R feels awkward. Great video :)

  • @jrltown
    @jrltown Год назад +68

    For data exploration in R, the {dplyr} and {tidyr} packages are excellent for sub-setting and wrangling. I think this approach is superior to pandas in python. In fact the grammar and semantic approach to data wrangling enabled by {dplyr} is a foundational reason to use R over python (i.e. pandas). These two libraries (dplyr, tidyr) along with {ggplot2} make up a core of the Tidyverse approach to using R. This approach is so well thought out that it often makes me chuckle when people suggest or argue that python is better.
    Clearly there are cases where python is better, just as there are cases where R is better. But when it comes to analytics and reproducibility I've not yet seen a dispostive argument in favor of python.

    • @BingbongRecto
      @BingbongRecto Год назад +5

      Python is much better for readability. It's too easy to write opaque R code. Python also has features like dictionaries, comprehensions and lambda functions that make coding more pleasant.
      R also sucks with data outside of dataframes. Matrices are much harder to work with than numpy arrays.

    • @cweymouth1
      @cweymouth1 Год назад +9

      Tidyverse is a collection of libraries. It isn't even right to compare Pandas to Tidyverse. In this respect, you'd be better off comparing Tidyverse to Anaconda. It's really just a weird claim when matplotlib, pandas, numpy, seaborn, scikit learn, pycaret, yellowbrick all have just have incredible documentation. Not to mention, the combination of "Read the Docs" and "Sphinx" make open source package documentation a breeze. Why? Because good programming requires good inline documentation. Both of these tools make it incredible easy to take your inline documentation and build/distribute it to the open source community. It's just weird to say python libraries don't have great documentation when its just wrong.
      A preference for functional programming through dplyr and tidyr is not enough to say "R is better for data analysis." In Pandas, there too is support for a more functional approach through the pipe method. Additionally, dplyr and tidyr combined do not have anywhere near the amount of methods available for data manipulating. On a more important note about Pandas pipe, it allows for user defined functions for applying transformations on dataframes or series. Why is this important? Because it provides better encapsulation, more options to the developer, and improved readability. To be clear, you cannot, out of the box combine dplyr's (or tidyr) select, mutate, groupby, ect with a custom function via the pipe operator. dplyr has a not so friendly work around for providing this functionality where the user needs to google search through and figure out that they need a parameter called ".data" which is something very specific to dplyr's implementation and not at all obvious. This is a huge limitation when it requires the developer to take their work to a production setting. Or, even more simply, share their work with others and debug their code themselves.
      Don't even get me started on the data-masking that the tidyverse paradigm has created in the R community. While it makes data operations more concise, it comes at the expense of polluting the name space of the environment making the developer blind to what variables have been created in global scope increasing the risk of collisions.

    • @AWest-ns3dl
      @AWest-ns3dl Год назад +10

      Use the one you know.
      I don't find R much better for stats than scipy, or ggplot better than seaborn. But I do find python better for environment management, package development, and none data science projects like webscraping.

    • @jrltown
      @jrltown Год назад +12

      This is me, chuckling. I imagine I've seen a proportionally equal amount of opaque and unreadable python code as you may have seen opaque R code. I also imagine, and you might agree, that good coding is partially art and partially experience. So, if you have a language that is good for beginners, you're probably gonna see some bad code written in that language. no?
      Anyway, Yes, you can write anonymous functions in R -- totally can. Chucking again that the claims, without evidence, about python dictionaries , comprehensions, or matrices are supposed to be dispositive in favor of python. At best it comes down to use-cases. But really, OP's comment -- "choose the language of your community" -- is spot on.
      There seems to be no end of python-fan vituperative comments using straw-man criteria meant to express strengths when they actually express personal bias -- typically expressed alongside often outdated and just-plain-wrong claim about R.
      In any case, my comment was aimed at OPs comment about R's utility in data exploration. My position is that R (AND Tidyverse) is clearly better than OPs video suggests (somewhere in the middle-end of the video timeline). Beyond that, OPs recommendation to use R for beginners AND advanced is insightful to say the least. Clearly a strong and sound suggestion.
      Meanwhile, I can't stop chuckling at this response. I mean, just no. But, look, it's totally fine to have a preference. Not convincing, but if you're community digs Python, keep doing you.

    •  Год назад +9

      @@BingbongRecto R's equivalent functions to Python's lambda functions are: apply, lapply, sapply, vapply, tapply. Followed by mcapply (multi core apply i.e. parallel processing).

  • @nilesoien7867
    @nilesoien7867 Год назад +168

    R is under rated I think.

  • @VKjkd
    @VKjkd Год назад +1

    Very good breakdown

  • @MagnusAnand
    @MagnusAnand Год назад +14

    The good thing about Python is that I can create a model and also a backend service to serve it with one language.

    • @borisn.1346
      @borisn.1346 Год назад +4

      it can be done in R too - what's your point?

    • @vadergrd
      @vadergrd Год назад +3

      @@borisn.1346 but you wouldn t want that!

    • @fortuneosho8137
      @fortuneosho8137 Год назад +6

      Why would would I run a backend application in R😂 when fastapi and django rocks

    • @yaroslavtsevam
      @yaroslavtsevam Месяц назад

      @@fortuneosho8137 yes fastapi is great for modelling.

    • @HarmonicaTool
      @HarmonicaTool 22 дня назад +1

      The answer to this post has certainly changed with the advent of Shiny and then again with the advent of webR. We should all get used to the two languages growing closer together.

  • @stellaobeleagu3419
    @stellaobeleagu3419 Месяц назад

    On point there, R is my best for manipulation and visualization. In all you do, just learn Python and R.

  • @marcello4258
    @marcello4258 Год назад +15

    I totally agree on his take.. though python is not only OO but also functional

    • @HarmonicaTool
      @HarmonicaTool 22 дня назад

      R is object orientated as well as functional and using both in both languages makes a lot of sense. Do you really think that any of this makes an important difference between these languages? I don't think these are the decisive differences.

  • @vigneshsankar409
    @vigneshsankar409 Год назад +3

    Matplotlib and seaborne libraries can be used for data visualization in python. Heat maps, bar, gant chart

  • @igorbatista6902
    @igorbatista6902 Год назад +1

    Great Video!

  • @chenzhao433
    @chenzhao433 Месяц назад +1

    true, both should be learned. if you have some knowledge in one language ,the other one isn't a big problem. so just do it!

    • @HarmonicaTool
      @HarmonicaTool 22 дня назад

      Or learn just one of these and then something different such as C++, SQL, HTML/CSS, a Shell, VIM or Emacs. Anything that has less overlap and thus brings more new things to the table!

  • @yahampathmarambe8879
    @yahampathmarambe8879 Год назад +3

    this video making is awesome, and I use both as my teams requirements

    • @IBMTechnology
      @IBMTechnology  Год назад +2

      Thanks for your comment. We strive to make videos that mean something to our audience - and when we make mistakes we make light of those. #human

  • @syhusada1130
    @syhusada1130 Год назад +13

    Starting with R is better, but for a weird reason, that is: "more incentive to learn python and other things".
    I suspect, most who started with Python are less likely to learn R because they think Python can handle "everything".

    • @GamingShiiep
      @GamingShiiep Год назад +5

      For me it's the opposite. I learned programming with R, and feel like Python is much less intuitive.

    • @naybaz7777
      @naybaz7777 Год назад +4

      Started with Python for Data Analysis. Later tried R tidyverse. Oh dear, i hate python workflow now: pandas, numpy, seaborn - its all feels as an awful crutch

    • @jrwkc
      @jrwkc Год назад +1

      I learned R because i loved their dataframe structure. Now with pandas, R can go pound sand.

    • @nifftbatuff676
      @nifftbatuff676 8 месяцев назад

      Pandas is an awkward attempt to add dataframe objects in python that resemble the way R works.

  • @kayakMike1000
    @kayakMike1000 Год назад +9

    Python sure has OOP support, but doesn't force you to use them. It has some pretty good functional support also, but again, not forced to use them.

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

      The thing about Python is that it completely half asses both the OOP and functional paradigms, meaning that while being multi-paradigm in theory, I think most Python programmers are better off sticking to good procedural code with common sense applications of other paradigms.
      Note that I'm not saying that's a bad thing. There's a reason Python is my go to language.

    • @lysithea9293
      @lysithea9293 6 месяцев назад

      R also has OOP systems: S3, S4, S7, R6, etc. R6 is the equivalent to classes in Python.

  • @olexiypukhov-datascience2046
    @olexiypukhov-datascience2046 Год назад +7

    Not true. I do the entire end to end process using R. RSelenium for scraping information. Tidyverse for cleaning data and exploratory data analysis. Tidymodels for machine learning. Shiny for production and putting the analysis on the web for other people.

  • @rustedrootbeer
    @rustedrootbeer Год назад +1

    Pure shock that the guy behind my favorite homebrewing channel works for IBM!

  • @serhatakay8351
    @serhatakay8351 Год назад +5

    I mainly use R for shallow models but as i need neural networks and beyond or other deep models, i switch to python

  • @AlanCringLtd
    @AlanCringLtd 5 месяцев назад +1

    I started this video being confused about which to learn and use. The rest of the video (until the end) left me still confused but with more information to justify my confusion. If I understood the very end correctly, I should learn and use both.

    • @HarmonicaTool
      @HarmonicaTool 22 дня назад

      You should consider what your team does and what you plan on doing. If in doubt, learn the more General Use language first.

  • @francisdelacruz6439
    @francisdelacruz6439 Год назад +12

    Specialists usually go for R Economists, Biologists, Epidemiologists et al, those whose domain knowledge required statistics. In economics there is no question you go for R due to the packages for economics. If stat and associated data is a means to an end then it's R. If your a programmer who primarily collates and collects data with basic processing then likely it's Python.

    • @MrMaxtng
      @MrMaxtng Год назад +2

      What a biased opinion. "Cool people use R. Python is for programmers who do basic shit" lmao

    • @Brien831
      @Brien831 Год назад +1

      @@MrMaxtng No its true. Any job focusing heavily on data analysis will have you using R. Where I live any actuary has to know R…

    • @victorst5997
      @victorst5997 Год назад +4

      This is correct. We work with chemicals and design experiments all day long for optimization purposes. R has so much functionality and and what we chemists know as packages. The science behind our chemical technology is deeply rooted in research work based on Response Surface Methods and Mixture Designs. We're no programmers. We're scientists. And we analyze our data and design our experiments with R.

    • @fij715
      @fij715 Год назад +1

      @@MrMaxtng It is literally the case though.

    • @fij715
      @fij715 Год назад +1

      @@victorst5997 R is also used in Biology and medicine.

  • @thezachdrake
    @thezachdrake Год назад +2

    It's long time we add Julia to these conversations. The "Ju" in "Julyter Notebook" literally stands for Julia.

  • @aalb1970
    @aalb1970 5 месяцев назад +1

    Python is easier to pick up for a complete beginner IMO. I would definitely pick Python first and then learn R later if needed for more complex statistical analysis.

  • @FAAAx2
    @FAAAx2 Год назад +18

    The main difference is that Python is a general purpose language and R is a niche language. R was not created to be used for computer scientist, it was created to help other scientists do their computer stuff.
    On the other hand, Python is more focused on computer scientist but also in general public that maybe just want to do a simple script to automate boring stfu.
    It is difficult for a language to be better than other one, they normally just are designed for different purposes.
    In my case, as software engineer, I feel more confident with Python. But this is because I, normally, don't have to do specialized analysis about and specific field as economics, biology, etc. For this reason pandas, spark or others are enough for me an I am able to write other utilities (such as parsers, command line interpreters, etc.) that I need in my application (that is a software used by someone else, not a paper or an analysis).

    • @fij715
      @fij715 Год назад +1

      R is used on the financial sector and auditing. With R you can make complex statistical analysis.

    • @gabrieldacruz9796
      @gabrieldacruz9796 10 месяцев назад

      I'm learning it by myself and I feeling certain difficult to handle this larger range of applications. Do you've knowledges about other data tools?

  • @shashank.c
    @shashank.c Год назад +5

    He can write mirrored letters so freaking fast! 🤯

    • @Alexander91
      @Alexander91 Год назад +8

      Maybe the video was flipped

  • @icstatonato
    @icstatonato Год назад +9

    I can't understand why nobody talks in theese debates that R's data.table syntax is basically the same as python's pandas, with the gigantic upside of requiring half the amount of code to perform the same task.
    While I get that R is a specific language, while python is general porpouse (and thus have a much bigger community), people always make the completly subjective point that "python is easier to learn, much easier syntax". I can only imagine that this kind of mindset comes from people that believe that R has no options besides its base implementation (while simultaneously assuming that numpy and pandas comes as default).
    Tidyverse R is basically as clear and friendly as SQL ("select", "group by"...). There is no way that pandas is more newbie friendly than this for python to be the "go to language from data exploration" and, even if thats the case, once again, R data.table is very similar and requires much less input.
    With all that being said... I use both languages, and although my preference is clear, there are some situations where one is better suited than the other. I think they should be treated more as complementary than rival tools.

    • @Kivrus
      @Kivrus 2 месяца назад

      Agree
      R data table is my choice
      Python pandas is just terrible if we talk about amount of the code you need for the same operations

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

    Thank you. loved the video.

    • @stegosg
      @stegosg 14 дней назад

      What a nice video to be like and share.

  • @31807ccc
    @31807ccc Год назад +8

    I have used both R and Python professionally. Here’s my take. R is for SMEs (not programmers). Python is for programmers. That said, you can mostly use both for the same job. The difference between them only becomes significant at the edges.

  • @stilltoomanyhats
    @stilltoomanyhats Год назад +4

    What's the pirate's favourite programming language?
    You think it would be R, but their true love be the C.

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

    Brilliant, l loved the explanation. l believe l will be learning R. lm using this for my learning of Business Analysis and my data analysis study.

    • @HarmonicaTool
      @HarmonicaTool 22 дня назад

      If you need strictly data analytics, R is a great choice!

  • @MySmith1234
    @MySmith1234 Год назад +11

    I use R everyday as a data scientist at my current job for a year now! In my precious job, we used python!

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

      And which do you prefer?

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

      please take a word about R ,
      now im try to start with it, and have a bit doubt of my choice

    • @stegosg
      @stegosg 14 дней назад

      What a nice video to be like and share.

  • @SwordFighterPKN
    @SwordFighterPKN Год назад +10

    I found R to be really difficult since it does not follow traditional programming logic, since it is very math based.
    Do enough years of C++, Perl, Python, C, Java etc... R just seems weird

    • @fij715
      @fij715 Год назад +8

      R uses actual logic.

    • @aephidayatuloh
      @aephidayatuloh Год назад +1

      R was created with the aim of making it easier for humans or data analysts to perform computations, not to make it easier for computers to do their job. So, the logic more closer to human. For example, index start from 1 like you start count from 1, right?

    • @HarmonicaTool
      @HarmonicaTool 22 дня назад

      Some may think R is weird for there is no variable type that can contain only one number, others may think Python is weird for the lack of curly braces around blocks. None of these are real obstacles in learning a programming language.

  • @Kivrus
    @Kivrus 2 месяца назад

    R is the best for for data analysis: any adhocs, visualisation, any work related to work with data tables / frames
    Python is good for complicated apps and etl
    In python you need to spend way more time writing code for the same analytics tasks
    Regarding CSV files - it is even easier to work with CSVs in R

  • @I_REACT_YOU_ACT
    @I_REACT_YOU_ACT Месяц назад

    that ka numpty expanation of that guy just coming from the dark side just made my night aaaaahhhhhh

  • @slytilex
    @slytilex Год назад +14

    just use both people. No need for competition, these are 2 very useful tools

  • @rafaelfelipenovi6308
    @rafaelfelipenovi6308 Год назад +1

    I use both :)

  • @network_noob
    @network_noob Год назад +1

    Thanks!

    • @stegosg
      @stegosg 14 дней назад

      What a nice video to be like and share.

  • @alexandrodisla6285
    @alexandrodisla6285 Год назад +12

    R has no competition towards academics research and statistics. The statmodels framework is not mature enough. Visualization, GGPLOT2 (R) is more interesting. After that, R and Python are mostly even. With QUARTO CLI and reticulate, you can work with both.

    • @user-lx7jn9gy6q
      @user-lx7jn9gy6q Год назад +1

      I mean except for the fact that Python can be used to build massive code bases and complicated infrastructure easily, then sure, they are even... Ever wonder why a lot of companies use Python for their code base and nobody uses R?

  • @TheSense13
    @TheSense13 Год назад +9

    How is he writing backwards so good?

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

      Came here to say this, that this video is obviously just an excuse to show off his backward writing.

    • @Yamoukawchowa
      @Yamoukawchowa Год назад +10

      The video is probably mirrored. I assume he is right-handed.

    • @ecubere
      @ecubere 10 месяцев назад

      It's a mirrored image

  • @JMann-pd2vg
    @JMann-pd2vg 3 месяца назад

    R is the best programming language as far as data related work is concerned. I have worked with both, python and R and have R to be better for Data related tasks, may it be machine learning, data science, data analysis or visualizations.

  • @HoraceMash
    @HoraceMash Год назад +1

    Nice vid. Thanks. Beware pandas’ current treatment of missing data though, where the sum of NaNs becomes 0.

  • @chriskarnes3410
    @chriskarnes3410 Год назад +11

    It's just as easy to work with API calls and JSON in R. I don't have to worry about switching condas in python environments because subversions of packages work for one application and not another. When actually developing code against data it's hard to beat the RStudio IDE.

  • @CesarRodriguez-ws8hg
    @CesarRodriguez-ws8hg 3 месяца назад

    I used to hate R, but I started having fun with it when I used it for my thesis

  • @Jamie-il1qu
    @Jamie-il1qu Год назад

    Nice presentation, from the homebrew channel guy?

  • @antoniocastan9229
    @antoniocastan9229 2 месяца назад

    I think it just depends on the the problem you want to solve. I personally like R for statistics

  • @heinsaar
    @heinsaar Год назад +7

    1:18 see what he did there?

  • @vitriowibisono2875
    @vitriowibisono2875 Год назад +3

    I will go definitely for JULIA

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

    Flammable maths vibes

  • @DaveParr
    @DaveParr Год назад +22

    Fine up to 5:40, then you lost me.
    The base R language reads CSV and JSON natively.
    Rs equivalent to pandas is tidyverse, except the R base language supports data frame natively. Also data.table and pandas have almost equivalent syntax.
    NumPY is not in the native python language, you Numpty. It's installed as a module.
    No mention of Rmarkdown, Rnotebooks or quarto. It's like jupyter except without the bonkers decision to use JSON as the raw file format.
    No one prototypes in one language and productionises in the other. There's no more certain way to double your time to delivery and halve your code quality.

    • @barodrinksbeer7484
      @barodrinksbeer7484 Год назад +9

      This is how I feel whenever this debate comes up, a lot of people think R just does 1 or 2 things really well. But, the reality is packages like Shiny, Rmarkdown, and some ML libraries are misunderstood or just ignored for how good they are (community and documentation). Also, I have rarely had problems with learning a new R package that works in the base R code format, because everyone uses a similar coding format. Whereas Python packages are harder to pick apart, because people base their coding formats on different formats.

    • @TMRick1
      @TMRick1 Год назад +6

      @BaroDrinksBeer Shiny is a criminally underrated part of R, along with Plumber APIs. I managed to create a significant saving for a company by making them cut an expensive PowerBI license and substitute all the dashboards for Shiny on a cloud server. Worked like a charm. Reactive modules with pre trained ML models in .rds files, with a daily retraining routine for the new data using cronjobs.

  • @djangoworldwide7925
    @djangoworldwide7925 Год назад +4

    I have to point out that when you talk about data exploration and don't mention the tidyverse for R it feels a bit lacking... As an R user, I must say that starting with Python is probably better since it's more broadly used and integrates better with other languages, as well as software developers that are using different methods, while R needs to be recompiled in order to work within the organisation

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

      Was looking for this comment about tidyverse. As a statistician, I first learned python because of its general use and overall simplicity. Both are good for beginners either way. Then moved to R for more advanced work. And the more general and computer science-y I go, the more python I use

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

    Spectacular

    • @stegosg
      @stegosg 14 дней назад

      What a nice video to be like and share.

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

    Thankyou

    • @stegosg
      @stegosg 14 дней назад

      What a nice video to be like and share.

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

    I think Python is a better way to start as a beginner than R. Plus, is easier implemented in tools like Spark and web-development.

  • @prabpharm07
    @prabpharm07 Год назад +1

    Dont agree that R is more suited to process Excel files. 70% of the times I import CSV. Its designed to process, Excel, CSV, txt, JSON, and many more formats.

  • @Alexander91
    @Alexander91 Год назад +1

    I expected a "well it depends kind of answer", and I got a "well it depends (on the following questions) kind of answer".

  • @satenderkumar9516
    @satenderkumar9516 Год назад +1

    how many months expert in these both language?

  • @alexfaith5562
    @alexfaith5562 Год назад +3

    Awesome!

    • @stegosg
      @stegosg 14 дней назад

      What a nice video to be like and share.

  • @Leo-hi8bu
    @Leo-hi8bu Год назад

    These are very abstract generalisations. I do data analysis in genomics. I that area I have to use both R and Python. One is not enough

  • @VLADrusLV55
    @VLADrusLV55 Год назад +8

    I wouldn't forget about MatLab. I often see how some researchers use it in ML, DS and ANN.

    • @monkeyofwar6818
      @monkeyofwar6818 Год назад +6

      But that's a lot of money. Mastering a language only to lose it because no one is paying for the license is a bummer.

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

      Hahahahaha no one heard of Matlab for 15 years at least. Approx 5 scientists use it all together.

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

      scilab is a good open source alternative

    • @nifftbatuff676
      @nifftbatuff676 8 месяцев назад

      R and Matlab are both natively vectorial languages. And this is a huge bonus. Python is scalar.

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

    Great video

    • @stegosg
      @stegosg 14 дней назад

      What a nice video to be like and share.

  • @tingshengquan604
    @tingshengquan604 Год назад +1

    I think as long as you are not going to the machine learning page, definitely use R as a data scientist, for now.

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

      Why? You can also do machine learning in R (i.e tidymodels package). For deep learning Python is better with tensorflow and keras.

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

    This is not biased for R at all. Man, how more obvious can you get?

  • @jonminton3574
    @jonminton3574 Год назад +1

    I guess the question of which is older depends on whether you consider S to be ‘proto-R’ or something else entirely

    • @HarmonicaTool
      @HarmonicaTool 22 дня назад

      No, there is no question that R is merely an implementation of the S language and thus the older language. The video is just wrong about this. I do not feel that being older is an advantage in a programming language. As a matter of fact R carries a lot of clutter from it's age and I envy the Python people who dared to start anew with Python 3.

  • @pallabikar672
    @pallabikar672 3 месяца назад

    You are my savior

    • @stegosg
      @stegosg 14 дней назад

      What a nice video to be like and share.

  • @sB3rg
    @sB3rg Год назад +1

    I prefer my data all gRain over Py-Malt extract.

  • @makankananian3838
    @makankananian3838 Год назад +1

    This man knows nothing about Python, I assume. Visualisation is so hard and complicated in R. We are talking about Python 3.11 these days. It is a master piece that can do anything in datascience. You can do nlp using nltk, linear algebra using numpy, any kinds of data manipulation or .csv .txt data reading or writing using pandas, visualisation using matplotlib or seaborn, anything can be done using python and maybe you cannot believe it but the result is even much better

  • @Kivrus
    @Kivrus 2 месяца назад

    I see no one even mentioned how good poltly in R compared to plotly in python
    So much easier

  • @jpsion
    @jpsion 28 дней назад

    the homebrew guy!

  • @gotfan7743
    @gotfan7743 Год назад +10

    Anyone who criticizes R language should be sent to the wall.

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

    TLDR: Novice - R, Intermediate - Python, Advanced - R
    NTL(did read): ehhh, use both

  • @halecj1
    @halecj1 26 дней назад

    I always start with R and if I need any help from Python I can just load a helper .py file in my R code and call the Python functions I need directly from R.

  • @JonGretarB
    @JonGretarB Год назад +3

    Have to use both. When it comes to graphing R is by far the winner. When it comes to statistical work it becomes very obvious that R was designed to do this. While Python has the problem of dataframes not being a first class datatype which gives you messy and ugly code when you need to make scikit-learn talk to numpy to do just a simple regression.
    Python wins in the bigger stuff. Large, and complicated machine learning stuff. However with the new Nx, and related, libraries in Elixir we might have a contender that might blow Python out of the water soon.

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

      Bahahahahahaha. Aaahahahahahahagabaha
      Can't stop laughing lol. Serious ml frameworks/ optimization tools: Torch, Jax, pyro all in python and more every day. Hardly anything in R. Mlops tools: mlflow, airflow, spark all python native. Some small section of support for R sometimes lol. And dont let me start with IDEs. rStudio feels like a tool from 1999. Chatgpt, good got support. Nothing there. rStudio is a joke, worst IDE I have ever seen. R is inconsistent with "quirks" a.k.a. shitty design no wonder CoPilot and ChatGPT have trouble understanding it.

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

    It's difficult to google for 'R' readings 😉

  • @xdonnix
    @xdonnix 2 месяца назад

    @thehomebrewchallenge didn't expect to see you here.

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

    I like you use your left hand writing backward on a glass

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

    R can import JSON files

  • @inomo
    @inomo Год назад +4

    What about Julia?

    • @HarmonicaTool
      @HarmonicaTool 22 дня назад

      Only time will tell if investing Julia is worthwhile. For now it is an interesting prospect with unclear future. It is great if it does exactly what you need now or as a hobby.

  • @nkristianschmidt
    @nkristianschmidt Год назад +1

    R is S which was made in 1976

  • @maddisonmad2710
    @maddisonmad2710 Год назад +1

    You should use Julia