Closed Wesseldr closed 7 years ago
symbol_data_dict['industry'] = row[7]
symbol_data = symbol_data.replace('"', "")
Hope this helps :-)
Please check the tests, I had to change a length error on the s&p of 504 into 505 with seems odd to me.
Thanks Wessel. Will check and merge over the weekend
symbol_data_dict['industry'] = row[7]
symbol_data = symbol_data.replace('"', "")
Hope this helps :-)