GrantHiggins16 / Benjamin-Graham-Stock-Analysis

Generates a csv containing the Graham Estimated Value and Graham Relative Value for stocks on listed on the NASDAQ and the NYSE
4 stars 0 forks source link

ParserError: Error tokenizing data. C error: Expected 1 fields in line 24, saw 43 #1

Open MarlNox opened 4 years ago

MarlNox commented 4 years ago

Hi there, Im getting the following error when i try to run the WriteCSV file.

ParserError: Error tokenizing data. C error: Expected 1 fields in line 24, saw 43

Any suggestions on how to handle it?

geni94 commented 4 years ago

@MarlNox the request to NASDAQ website doesn't return the right data anymore. Therefore the scraping part, specifically writeCSV.py needs to be refactored.