I am trying to do Pandas-Resampling and DataFrame tutorial but I am not being able to import Quandl from Notebook as the tutorial suggest.
ModuleNotFoundError: No module named 'quandl', appears.
Could you tell me what should I do to be able to import quandl?
Thanks in advance.

Author