Closed JafferWilson closed 6 years ago
Hi @JafferWilson, Have you created a local data
directory yet for the dataset?
@triestpa Yes, I have created it. But got many errors while running your code. I have got th error as I have mentioned and many other similar errors. Please let me know where to get all the pickle files. If you have then kindly share.
@JafferWilson the get_quandl_data
function downloads the data from Quandl, and saves it as a pickle file. The error above is about not finding a file - are you also getting an error during the step where it downloads the data?
@triestpa oh.. yes. That worked..... thank you.
@triestpa Could you let me know that In what path should I create the "data" directory? Namely, where exactly would "pickle" store the downloaded file. Sorry I am really new to this. Thank you!
@JafferWilson I have the exact same problem as you, so could you kindly let me know how did you resolve it? Thank you!
@Elton-Lin
Try to use the proper API of Quandl with Python. Read the documentation from here:
INSTALLATION & AUTHENTICATION
Get Financial Data Directly into Python
This will surely resolve your issue. And you have to make changes in the code for importing or downloading the data.
@JafferWilson Got it! Apparently I just needed the API key Thank you very much.
@JafferWilson I'm getting the same error as yours, could you help me with the changes you made with the code to download data/BCHARTS-KRAKENUSD.pkl
@JafferWilson @triestpa What changes are necessary to the code to resolve this?
Kindly, help me, I could not find the way out. Here is the full trace image of the error:
Please let me know the reason for this file not found and how to find or generate the file?