R vs Python - 25 Coding Differences

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • Top coding differences between R and Python.
    If you're doing statistics, data-science or machine learning, you probably find yourself switching between R and Python often. This can be a bit annoying, as the 2 languages have some substantial syntax and "coding-philosophy" differences. In this video I try to go over the top differences.
    Some of these I used to fall into quite often. Some are actually subtle and dangerous, as they won't throw errors, simply behave not as you'd expect, which made me personally waste quite some hours debugging.

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

  • @ykoy1577
    @ykoy1577 20 дней назад

    very nice video!

  • @xbailleau
    @xbailleau 9 месяцев назад +1

    I often write codes in R but have to move them to python also, this video is very usefull and a "must have" !! thanks a lot

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

    Pandas should be included in base Python. Any language that wants to call itself worthy of data analytics has to have a built-in dataframe data structure.

    • @PR-cj8pd
      @PR-cj8pd 25 дней назад

      Why is that?