i'm doing my first experiments with pandas and I can't succeed in opening a locally stored file.
the path of the file is the following:
:\Users\MATTEO\Desktop
and the name of the file is yelp.csv
I'm trying the following code (Python 3)
import pandas as pd
yelp_raw_data = pd.read_csv(":\Users\MATTEO\Desktop\yelp.csv")