I have a related issue with capitalizing "Q" in the Pycharm IDE (Quandl 3.0.1):
import quandl as q
The above will import correctly, however autocomplete will not work.
import quandl as q
The above will not be imported, but will allow auto-completion.
My solution is to use autocomplete at work, and then comment out the second import to run.
import quandl as q
Jettiesburg
source share