I'm trying to read a dataset using pd.read_csv() am getting an error. Excel can open it just fine.
reviews = pd.read_csv('br.csv') gives the error ParserError: Error tokenizing data. C error: EOF inside string starting at line 312074
reviews = pd.read_csv('br.csv', engine='python', encoding='utf-8') returns ParserError: unexpected end of data
What can I do to fix this?
Edit: This is the dataset - https://www.kaggle.com/gnanesh/goodreads-book-reviews