Skip to content

Commit be057a1

Browse files
wuhaochenjreback
authored andcommitted
DOC: Clean up badges in README (#20749)
1 parent 3e691a4 commit be057a1

File tree

1 file changed

+28
-21
lines changed

1 file changed

+28
-21
lines changed

README.md

+28-21
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,33 @@
99
<table>
1010
<tr>
1111
<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>
1317
</tr>
1418
<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>
1624
</tr>
1725
<tr>
1826
<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>
2031
</tr>
2132
<tr>
2233
<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>
2439
</tr>
2540
<tr>
2641
<td>Build Status</td>
@@ -50,37 +65,29 @@
5065
<td>Coverage</td>
5166
 <td>
5267
<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" />
6269
</a>
6370
</td>
6471
</tr>
6572
<tr>
66-
<td>Conda-forge</td>
73+
<td>Downloads</td>
6774
<td>
6875
<a href="https://pandas.pydata.org">
6976
<img src="https://anaconda.org/conda-forge/pandas/badges/downloads.svg" alt="conda-forge downloads" />
7077
</a>
7178
</td>
7279
</tr>
7380
<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>
8087
</tr>
8188
</table>
8289

83-
[![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)
90+
8491

8592
## What is it
8693

0 commit comments

Comments
 (0)