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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pandas-datareader-0.7.3.tar.gz.
File metadata
- Download URL: pandas-datareader-0.7.3.tar.gz
- Upload date:
- Size: 180.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1af93580affab08023dae6cbf858c9f306316da58ce19b33a1e750b5851af1ee
|
|
| MD5 |
5b244d39b1481a6307a275afdda1f00a
|
|
| BLAKE2b-256 |
40ffe283ce0ddbb802dc0580b8393090ceba176d60938c9904af45f9ca7450c4
|
File details
Details for the file pandas_datareader-0.7.3-py2.py3-none-any.whl.
File metadata
- Download URL: pandas_datareader-0.7.3-py2.py3-none-any.whl
- Upload date:
- Size: 113.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dccbd5d06a224871e9ff5ba9c3ced8cb9d9bf6a87d94fe4b7b30cc8db6f4af6b
|
|
| MD5 |
f62cb6d8560df0bc4c61f256c59e9642
|
|
| BLAKE2b-256 |
acf26651c597034fac33914f694851a528edc1f71cccd4ea8270254f20f40e92
|