Search code examples
pythonpython-imaging-libraryquandl

Error while importing Quandl to python shell


I have already installed Quandl library along with sci-kit learn, matplotlib and pandas through pip but while importing the quandl library, it is showing error.

I have attached the screenshots here.

enter image description here

enter image description here


Solution

  • The correct name is quandl, all lowercase as shown in the docs. Therefore try

    import quandl