|
9 | 9 | <table>
|
10 | 10 | <tr>
|
11 | 11 | <td>Latest Release</td>
|
12 |
| - <td><img src="https://img.shields.io/pypi/v/pandas.svg" alt="latest release" /></td> |
| 12 | + <td> |
| 13 | + <a href="https://pypi.python.org/pypi/pandas/"> |
| 14 | + <img src="https://img.shields.io/pypi/v/pandas.svg" alt="latest release" /> |
| 15 | + </a> |
| 16 | + </td> |
13 | 17 | </tr>
|
14 | 18 | <td></td>
|
15 |
| - <td><img src="https://anaconda.org/conda-forge/pandas/badges/version.svg" alt="latest release" /></td> |
| 19 | + <td> |
| 20 | + <a href="https://anaconda.org/anaconda/pandas/"> |
| 21 | + <img src="https://anaconda.org/conda-forge/pandas/badges/version.svg" alt="latest release" /> |
| 22 | + </a> |
| 23 | +</td> |
16 | 24 | </tr>
|
17 | 25 | <tr>
|
18 | 26 | <td>Package Status</td>
|
19 |
| - <td><img src="https://img.shields.io/pypi/status/pandas.svg" alt="status" /></td> |
| 27 | + <td> |
| 28 | + <a href="https://pypi.python.org/pypi/pandas/"> |
| 29 | + <img src="https://img.shields.io/pypi/status/pandas.svg" alt="status" /></td> |
| 30 | + </a> |
20 | 31 | </tr>
|
21 | 32 | <tr>
|
22 | 33 | <td>License</td>
|
23 |
| - <td><img src="https://img.shields.io/pypi/l/pandas.svg" alt="license" /></td> |
| 34 | + <td> |
| 35 | + <a href="https://github.com/pandas-dev/pandas/blob/master/LICENSE"> |
| 36 | + <img src="https://img.shields.io/pypi/l/pandas.svg" alt="license" /> |
| 37 | + </a> |
| 38 | +</td> |
24 | 39 | </tr>
|
25 | 40 | <tr>
|
26 | 41 | <td>Build Status</td>
|
|
50 | 65 | <td>Coverage</td>
|
51 | 66 | <td>
|
52 | 67 | <a href="https://codecov.io/gh/pandas-dev/pandas">
|
53 |
| - <img src="https://codecov.io/github/pandas-dev/pandas/coverage.svg?branch=master" alt="coverage" /> |
54 |
| - </a> |
55 |
| - </td> |
56 |
| -</tr> |
57 |
| -<tr> |
58 |
| - <td>Conda</td> |
59 |
| - <td> |
60 |
| - <a href="https://pandas.pydata.org"> |
61 |
| - <img src="http://pubbadges.s3-website-us-east-1.amazonaws.com/pkgs-downloads-pandas.png" alt="conda default downloads" /> |
| 68 | + <img src="https://codecov.io/github/pandas-dev/pandas/coverage.svg?branch=master" alt="coverage" /> |
62 | 69 | </a>
|
63 | 70 | </td>
|
64 | 71 | </tr>
|
65 | 72 | <tr>
|
66 |
| - <td>Conda-forge</td> |
| 73 | + <td>Downloads</td> |
67 | 74 | <td>
|
68 | 75 | <a href="https://pandas.pydata.org">
|
69 | 76 | <img src="https://anaconda.org/conda-forge/pandas/badges/downloads.svg" alt="conda-forge downloads" />
|
70 | 77 | </a>
|
71 | 78 | </td>
|
72 | 79 | </tr>
|
73 | 80 | <tr>
|
74 |
| - <td>PyPI</td> |
75 |
| - <td> |
76 |
| - <a href="https://pypi.python.org/pypi/pandas/"> |
77 |
| - <img src="https://img.shields.io/pypi/dm/pandas.svg" alt="pypi downloads" /> |
78 |
| - </a> |
79 |
| - </td> |
| 81 | + <td>Gitter</td> |
| 82 | + <td> |
| 83 | + <a href="https://gitter.im/pydata/pandas"> |
| 84 | + <img src="https://badges.gitter.im/Join%20Chat.svg" |
| 85 | + </a> |
| 86 | + </td> |
80 | 87 | </tr>
|
81 | 88 | </table>
|
82 | 89 |
|
83 |
| -[](https://gitter.im/pydata/pandas?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 90 | + |
84 | 91 |
|
85 | 92 | ## What is it
|
86 | 93 |
|
|
0 commit comments