I can't import a csv file onto the jupyter notebook i've tried all the solutions on the site prefixing the dir with r, using backslashes, forward slashes and double backslashes. what do i do? this is the code:
import pandas as pd
df = pd.read_csv(r"C:\Users\sidha\main.csv")