1

I'm having trouble importing and using Quandl on Jupyter notebook. Below is the error message I get. When I do df = Quandl.get('WIKI/GOOGL'), I'm given NameError: name 'Quandl' is not defined.

'

Ben Gardner
  • 121
  • 1
  • 13

1 Answers1

0

A little more digging showed that it was just that Quandl had changed. quandl.ApiConfig.api_key = <YOUR API KEY HERE> is required now.

Ben Gardner
  • 121
  • 1
  • 13