File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
- Extracting pandas.io files so they're available to multiple version of pandas.
1
+ =====
2
+ pandas-datareader
3
+ =====
4
+
5
+ Up to date remote data access for pandas, works for multiple versions of pandas.
6
+
7
+ .. image :: https://travis-ci.org/pydata/pandas-datareader.svg?branch=master
8
+ :target: https://travis-ci.org/pydata/pandas-datareader
9
+
10
+ .. image :: https://coveralls.io/repos/pydata/pandas-datareader/badge.svg
11
+ :target: https://coveralls.io/r/pydata/pandas-datareader
12
+
13
+ Installation
14
+ ------------
15
+
16
+ Install via pip
17
+
18
+ .. code-block :: shell
19
+
20
+ $ pip install pandas-datareader
21
+
22
+ Usage
23
+ --------
24
+
25
+ Rather than import from ``pandas.io `` you should import from ``pandas-datareader ``:
26
+
27
+ .. code-block :: python
28
+
29
+ from pandas.io import data, wb # becomes
30
+ from pandas_datareader import data, wb
You can’t perform that action at this time.
0 commit comments