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 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
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_yahoo('AAPL')
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
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.3.0.post0.tar.gz.
File metadata
- Download URL: pandas-datareader-0.3.0.post0.tar.gz
- Upload date:
- Size: 142.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1688566dddfba051e64ac193ad325587eecbe423f90ad0b4b104bd1e24a0d750
|
|
| MD5 |
4ae314e3d5b589028c79800626aeabb2
|
|
| BLAKE2b-256 |
38b7c162e56beaca6e8628c4dd6085d50706c5dc184855275c8b29729889d081
|
File details
Details for the file pandas_datareader-0.3.0.post0-py2.py3-none-any.whl.
File metadata
- Download URL: pandas_datareader-0.3.0.post0-py2.py3-none-any.whl
- Upload date:
- Size: 70.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
148215da273d71fc4ea902a156de9d2977d245e5e8edd6d9b6b6457074976e84
|
|
| MD5 |
7cb03fa7aadf575d217b054124c72989
|
|
| BLAKE2b-256 |
67a81646024fdeb04997541e5106cae81137ef7317a10a5dcec8ba403fc2fccd
|