I'm trying to read csv file stored in my computer using pandas. This is my code, but I have a problem like the screenshot.
file_path = "/Users/shazelpark/laptop_pricing_dataset_mod1.csv"
df = pd.read_csv(file_path, header=0)
I'd like to read the file without problem. Please share your solutions.
Thanks
Try like this