freebsd-ports/math/py-pandas-datareader/pkg-descr
Yuri Victorovich 3e3dd275c8 New port: math/py-pandas-datareader: Data readers previously found in Pandas
PR:		226440
Submitted by:	Shane <FreeBSD@ShaneWare.Biz>
Approved by:	tcberner (mentor, implicit)
2018-03-08 05:28:19 +00:00

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