Skip to content

Commit 4822f9e

Browse files
committed
DOC Update readme
- link to coverage and travis - usage and installation instructions
1 parent 680922c commit 4822f9e

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.rst

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
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

0 commit comments

Comments
 (0)