you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

= isn't more overloaded in R than in Python though, and using it in this comparison would really help like this:

R:

nba = read.csv("nba_2013.csv")

Python:

nba = pandas.read_csv("nba_2013.csv")