Scikit Learn Machine Learning Tutorial for investing with Python p. 16

preview_player
Показать описание
In this machine learning tutorial video, we cover how to add data from another data set, Quandl, to our existing set.

Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6
Рекомендации по теме
Комментарии
Автор

If you're watching in 2017, quandl has updated some stuff.

Your file should contain

import quandl

quandl.ApiConfig.api_key = 'your token here'

spinQubit
Автор

You can install Quandl with:

> pip install Quandl 

It mentions that in the readme on the github page (pandas and dateutil are dependencies)

ognyanmoore
Автор

killer video, love the stocks analysis + python stuff. 

MichaelMerritt
Автор

You can install Quandl using pip install Quandl command.

obi
Автор

I get this error when i use your code "ImportError: cannot import name 'quandl'"
Then I change "from quandl import quandl" to be "import quandl"
The error is
"FileNotFoundError: [Errno 2] No such file or directory: 'auth.txt'"

Please help me to fix this error. I spend long time to fix this.

superfed
Автор

where can i find the apple inc data file? Wiki/AAPL is not available

kedarjyotirlinga
Автор

With Python 3.6 and Windows 10, just typing pip install quandl didnt work for installation. I got it to work with: py -m pip install quandl

joepaykel
Автор

Hey man WIKI is no longer avaliable what other dataset can you suggest? thanks in advance man

o.y.
Автор

must've changed; quandl worked instead of Quandl

nsouj
Автор

Hey man I sent you a pm, hope you got it.

IWTCH
visit shbcf.ru