How can I fix my “Empty DataFrame” error?
I am working on a project where I’m trying to create an algorithmic trading module with python. I intend to experiment with real-time market data obtained from the Alpha Vantage website via a free API Key/Token however, even though I’m able to make the initial API call & parse the API call, I am unable to add the stocks data to a pandas dataframe via append method.