Note
Section 20, Lecture 210
Note:
In the next video I install the pandas_datareader library with pip install
pandas_datareader . There's currently a bug with that version of pandas_datareader ,
but the bug has been fixed in the development version of the library.
Therefore, instead of doing pip install pandas_datareader please do the
following instead:
pip install git+[Link]
That will install the development version which works just fine.