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.
Installation
Install using pip
pip install pandas-datareader
Usage
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.
Requirements
Using pandas datareader requires the following packages:
pandas>=0.23
lxml
requests>=2.19.0
Building the documentation additionally requires:
matplotlib
ipython
requests_cache
sphinx
pydata_sphinx_theme
Development and testing additionally requires:
black
coverage
codecov
coveralls
flake8
pytest
pytest-cov
wrapt
Install latest development version
pip install git+https://github.com/pydata/pandas-datareader.git
or
git clone https://github.com/pydata/pandas-datareader.git
cd pandas-datareader
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.9.0rc1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed9c8e19e6c93a414bf020da7edac37cc9b076fd0fcb28b5bc34d2766f82704c |
|
MD5 | f52dcf638c2ae2b6c7671fb879e6b7fb |
|
BLAKE2b-256 | 7eed618fc6f4e5144f5a4534ef0632c2aa7704a3e4424b5176936be47db02825 |
Hashes for pandas_datareader-0.9.0rc1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d9c3633824628b20acfe9ec68c3fa7865af58ac05b90a34a4c36fced97216ad |
|
MD5 | 6e86d2f8d75bf0bcc33122ff9b5baa2e |
|
BLAKE2b-256 | 312d675c68a86fc8c4bf7aa11cd8b5b31620f94020c714c1a0d250effcc26462 |