When I run the following code with a list of tickers, I get an error:
pdr.get_data_yahoo(ticker, '2008-01-01')
KeyError: 'Date'
Is there a way to skip the ticker that caused this error and move to the next ticker, WITHOUT using for loop?
Thanks in advance!