pandas
and must be installed separatelypip
pip install pandas-datareader
conda
# at the anaconda prompt
conda install -c anaconda pandas-datareader
import pandas_datareader as pdr
ipython
(e.g. 3.x, which is from before 2015-08), !pip install pandas-datareader
or %pip ...
may work (mentioned in a comment).