JerryKurata / MachineLearningWithPython

Starter files for Pluralsight course: Understanding Machine Learning with Python
GNU General Public License v3.0
259 stars 389 forks source link

Unable to read the file pima-data.csv #6

Closed flowAlong closed 5 years ago

flowAlong commented 5 years ago

Hi, I'm trying to read the pima-data.csv file df=pd.read_csv("path") It returns an error stating ParserError: Error tokenizing data. C error: Expected 1 fields in line 12, saw 2

Tried specifiying sep as well , no luck.

Also tried read_html("path") and ended up with the error ValueError: No tables found

Also tried read_excel("path") and ended up with the erro XLRDError: Unsupported format, or corrupt file: Expected BOF record; found b'<!DOCTYP' Could someone help me out !!!!!!