3
3
Up to date remote data access for pandas, works for multiple versions of
4
4
pandas.
5
5
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/ )
17
11
18
12
## Installation
19
13
@@ -32,18 +26,19 @@ pdr.get_data_fred('GS10')
32
26
33
27
## Documentation
34
28
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.
38
33
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.
41
36
42
37
### Requirements
43
38
44
39
Using pandas datareader requires the following packages:
45
40
46
- - pandas>=0.23
41
+ - pandas>=1.0
47
42
- lxml
48
43
- requests>=2.19.0
49
44
@@ -69,7 +64,7 @@ Development and testing additionally requires:
69
64
### Install latest development version
70
65
71
66
``` 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
73
68
```
74
69
75
70
or
@@ -79,19 +74,3 @@ git clone https://github.com/pydata/pandas-datareader.git
79
74
cd pandas-datareader
80
75
python setup.py install
81
76
```
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