Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
Project description
Up to date remote data access for pandas, works for multiple versions of pandas.
Usage
Starting in 0.19.0, pandas no longer supports pandas.io.data or pandas.io.wb, so you must replace your imports from pandas.io with those from pandas_datareader:
from pandas.io import data, wb # becomes
from pandas_datareader import data, wb
Many functions from the data module have been included in the top level API.
import pandas_datareader as pdr
pdr.get_data_fred('GS10')
Documentation
Stable documentation is available on github.io. A second copy of the stable documentation is hosted on read the docs for more details.
Development documentation is available for the latest changes in master.
Installation
Requirements
Using pandas datareader requires the following packages:
pandas>=0.19.2
lxml
requests>=2.3.0
wrapt
Building the documentation additionally requires:
matplotlib
ipython
sphinx
sphinx_rtd_theme
Testing requires pytest.
Install latest release version via pip
$ pip install pandas-datareader
Install latest development version
$ pip install git+https://github.com/pydata/pandas-datareader.git
or
$ git clone https://github.com/pydata/pandas-datareader.git
$ python setup.py install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pandas_datareader-0.7.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dccbd5d06a224871e9ff5ba9c3ced8cb9d9bf6a87d94fe4b7b30cc8db6f4af6b |
|
MD5 | f62cb6d8560df0bc4c61f256c59e9642 |
|
BLAKE2b-256 | acf26651c597034fac33914f694851a528edc1f71cccd4ea8270254f20f40e92 |