33Up to date remote data access for pandas, works for multiple versions of
44pandas.
55
6- [ ![ image] [ ]] [ 1 ]
7-
8- [ ![ image] [ 2 ]] [ 3 ]
9-
10- [ ![ image] [ 4 ]] [ 5 ]
11-
12- [ ![ image] [ 6 ]] [ 7 ]
13-
14- [ ![ image] [ 8 ]] [ 9 ]
15-
16- [ ![ image] [ 10 ]] [ 11 ]
6+ [ ![ image] ( https://img.shields.io/pypi/v/pandas-datareader.svg )] ( https://pypi.python.org/pypi/pandas-datareader/ )
7+ [ ![ image] ( https://codecov.io/gh/pydata/pandas-datareader/branch/master/graph/badge.svg )] ( https://codecov.io/gh/pydata/pandas-datareader )
8+ [ ![ image] ( https://readthedocs.org/projects/pandas-datareader/badge/?version=latest )] ( https://pandas-datareader.readthedocs.io/en/latest/ )
9+ [ ![ image] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
10+ [ ![ License] ( https://img.shields.io/pypi/l/pandas-datareader )] ( https://pypi.org/project/pandas-datareader/ )
1711
1812## Installation
1913
@@ -32,18 +26,19 @@ pdr.get_data_fred('GS10')
3226
3327## Documentation
3428
35- [ Stable documentation] [ ] is available on
36- [ github.io] [ Stable documentation ] . A second copy of the stable
37- documentation is hosted on [ read the docs] [ ] for more details.
29+ [ Stable documentation] ( https://pydata.github.io/pandas-datareader/ ) is available on
30+ [ github.io] ( https://pydata.github.io/pandas-datareader/ ) . A second copy of the stable
31+ documentation is hosted on [ read the docs] ( https://pandas-datareader.readthedocs.io/ )
32+ for more details.
3833
39- [ Development documentation] [ ] is available for the latest changes in
40- master.
34+ [ Development documentation] ( https://pydata.github.io/pandas-datareader/devel/ ) is available
35+ for the latest changes in master.
4136
4237### Requirements
4338
4439Using pandas datareader requires the following packages:
4540
46- - pandas>=0.23
41+ - pandas>=1.0
4742- lxml
4843- requests>=2.19.0
4944
@@ -69,7 +64,7 @@ Development and testing additionally requires:
6964### Install latest development version
7065
7166``` shell
72- pip install git+https://github.com/pydata/pandas-datareader.git
67+ python -m pip install git+https://github.com/pydata/pandas-datareader.git
7368```
7469
7570or
@@ -79,19 +74,3 @@ git clone https://github.com/pydata/pandas-datareader.git
7974cd pandas-datareader
8075python setup.py install
8176```
82-
83- [ image ] : https://img.shields.io/pypi/v/pandas-datareader.svg
84- [ 1 ] : https://pypi.python.org/pypi/pandas-datareader/
85- [ 2 ] : https://travis-ci.org/pydata/pandas-datareader.svg?branch=master
86- [ 3 ] : https://travis-ci.org/pydata/pandas-datareader
87- [ 4 ] : https://coveralls.io/repos/pydata/pandas-datareader/badge.svg?branch=master
88- [ 5 ] : https://coveralls.io/r/pydata/pandas-datareader
89- [ 6 ] : https://codecov.io/gh/pydata/pandas-datareader/branch/master/graph/badge.svg
90- [ 7 ] : https://codecov.io/gh/pydata/pandas-datareader
91- [ 8 ] : https://readthedocs.org/projects/pandas-datareader/badge/?version=latest
92- [ 9 ] : https://pandas-datareader.readthedocs.io/en/latest/
93- [ 10 ] : https://img.shields.io/badge/code%20style-black-000000.svg
94- [ 11 ] : https://github.com/psf/black
95- [ Stable documentation ] : https://pydata.github.io/pandas-datareader/
96- [ read the docs ] : https://pandas-datareader.readthedocs.io/
97- [ Development documentation ] : https://pydata.github.io/pandas-datareader/devel/
0 commit comments