File tree 1 file changed +32
-4
lines changed
1 file changed +32
-4
lines changed Original file line number Diff line number Diff line change 1
1
# pandas: powerful Python data analysis toolkit
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/pydata/pandas.svg?branch=master )] ( https://travis-ci.org/pydata/pandas )
4
- [ ![ Join the chat at
5
- https://gitter.im/pydata/pandas ] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/pydata/pandas?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
6
- [ ![ Downloads] ( https://img.shields.io/pypi/dm/pandas.svg )] ( https://pypi.python.org/pypi/pandas )
3
+ <table >
4
+ <tr >
5
+ <td >Latest Release</td >
6
+ <td ><img src =" https://img.shields.io/pypi/v/pandas.svg " alt =" latest release " /></td >
7
+ </tr >
8
+ <tr >
9
+ <td >Build Status</td >
10
+ <td >
11
+ <a href="https://travis-ci.org/pydata/pandas">
12
+ <img src="https://travis-ci.org/pydata/pandas.svg?branch=master" alt="build status" />
13
+ </a>
14
+ </td >
15
+ </tr >
16
+ <tr >
17
+ <td >Conda</td >
18
+ <td >
19
+ <a href="http://pandas.pydata.org">
20
+ <img src="http://pubbadges.s3-website-us-east-1.amazonaws.com/pkgs-downloads-pandas.png" alt="conda downloads" />
21
+ </a>
22
+ </td >
23
+ </tr >
24
+ <tr >
25
+ <td >PyPI</td >
26
+ <td >
27
+ <a href="https://pypi.python.org/pypi/pandas/">
28
+ <img src="https://img.shields.io/pypi/dm/pandas.svg" alt="pypi downloads" />
29
+ </a>
30
+ </td >
31
+ </tr >
32
+ </table >
33
+
34
+ [ ![ https://gitter.im/pydata/pandas ] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/pydata/pandas?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
7
35
8
36
## What is it
9
37
You can’t perform that action at this time.
0 commit comments