skillachie / finsymbols

Obtains stock symbols and relating information for SP500, AMEX, NYSE, and NASDAQ
110 stars 41 forks source link

Remove empty rows/lists from symbol_data #18

Closed evy555 closed 7 years ago

evy555 commented 7 years ago

When pulling in saved files (nyse, amex, nasdaq) symbol_data contained empty lists within the list. When processed in the loop, I would get an error that the list index was out of range. My list concatenation fix will remove any blank lists that could cause this error.

skillachie commented 7 years ago

Merged a previous pull request that should have resolved the above issues and pushed to PyPi. If you still have issues let me know.