I am am trying to run the Quandl module on a virtualenv which I have uninstalled packages only pandas and then Quandl,
I am running Python 2.7.10 - I have uninstall
i had the same error message ' ImportError: No module named Quandl ' so what i did was to just change it to
import quandl print(df.head())