3e3dd275c8
PR: 226440 Submitted by: Shane <FreeBSD@ShaneWare.Biz> Approved by: tcberner (mentor, implicit)
10 lines
356 B
Text
10 lines
356 B
Text
Extract financial data from a wide range of Internet sources into a Pandas
|
|
DataFrame. This was previously found in Pandas (https://pandas.pydata.org) in
|
|
pandas.io.data and pandas.io.wb.
|
|
|
|
Where you previously used
|
|
from pandas.io import data, wb
|
|
Now you should use
|
|
from pandas_datareader import data, wb
|
|
|
|
WWW: https://github.com/pydata/pandas-datareader
|