0% found this document useful (0 votes)
26 views1 page

210 - Note

The document provides instructions for installing the pandas_datareader library. It notes that the version available with pip install pandas_datareader contains a bug, but this bug has been fixed in the development version. It therefore instructs the user to install the development version using pip install git+https://github.com/pydata/pandas-datareader.git instead.

Uploaded by

jd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views1 page

210 - Note

The document provides instructions for installing the pandas_datareader library. It notes that the version available with pip install pandas_datareader contains a bug, but this bug has been fixed in the development version. It therefore instructs the user to install the development version using pip install git+https://github.com/pydata/pandas-datareader.git instead.

Uploaded by

jd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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+https://github.com/pydata/pandas-datareader.git

That will install the development version which works just fine.

You might also like