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 via pip
$ pip install pandas-datareader
Usage
In future pandas releases (0.17+) pandas-datareader will become a dependancy and using pandas.io.data will be equivalent to using pandas_datareader.data.
For now, you must replace your imports from pandas.io with pandas_datareader:
from pandas.io import data, wb # becomes
from pandas_datareader import data, wb
See the pandas-datareader documentation for more details.
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
pandas-datareader-0.2.0.tar.gz
(241.8 kB
view hashes)
Built Distribution
Close
Hashes for pandas_datareader-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26bef938d5d14c8d893070e9bf47785e79e53c3c675db6c8ac24a1262bf6d8be |
|
MD5 | bc5ad475eead4f48ee214473ef6e6da3 |
|
BLAKE2b-256 | 83d53e2d206e805a10934a27709d10752141c730f5b8fbedb026a52c2d5a8802 |