|
|
|
|
|
by Fomite
3778 days ago
|
|
Also assuming you don't want to count things like "You can call R from Python, and Python from R", here's my take on it, as someone who uses both languages: - Pandas has helped Python tremendously, but I don't think it's quite to where the R data frame is. - For 90% of what someone who wants to do statistics wants to do, it honestly doesn't matter at all. You can do nice data visualization in both. You can fit most generalized linear models in both. - At the cutting edge, R still takes the cake. Odds are if someone has developed a new method (especially outside machine learning), it's in R before it's in Python. Your local university's statistics department is likely running R (or SAS), not Python. |
|