I am trying to read my data, but everytime I do (data = pd.read_csv(...), it says:
EmptyDataError: No columns to parse from file
I am just trying to read my csv file, and it does have columns, so I am seriously lost to why it says this. Can anyone help me please.
I use a MacBook so I haven't tried with the path solution
I tried to google solutions for this problem and I've done everything but it's still not working.