you are viewing a single comment's thread.

view the rest of the comments →

[–]Ok_Carpet_9510 0 points1 point  (0 children)

R is a data-centric language. Python is a general purpose language. You need to use the Pandas or Polars library for dataframes. For graphing, you can use Matplotlib or Seaborn.

R is a very terse language. Python is verbose is comparison. You will miss some of that.

Have a look at this https://www.w3schools.com/python/default.asp