I am trying to sread a dataset I downloaded online, this is my code to do this but it comes back with an error that no such file or directory exists with this name. I don’t know if it makes a difference but I am working from my macbook. Any help?
path = r”/Users/alfielenton/Downloads/MonthlyGlobalTemp.csv”
df = pd.read_csv(path)
New contributor
Alfie Lenton is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.