We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4136c0c commit f9d7742Copy full SHA for f9d7742
README.md
@@ -12,7 +12,7 @@
12
<td><img src="https://img.shields.io/pypi/v/pandas.svg" alt="latest release" /></td>
13
</tr>
14
<td></td>
15
- <td><img src="https://anaconda.org/pandas/pandas/badges/version.svg" alt="latest release" /></td>
+ <td><img src="https://anaconda.org/conda-forge/pandas/badges/version.svg" alt="latest release" /></td>
16
17
<tr>
18
<td>Package Status</td>
@@ -30,6 +30,15 @@
30
</a>
31
</td>
32
33
+<tr>
34
+ <td></td>
35
+ <td>
36
+ <a href="https://circleci.com/gh/pandas-dev/pandas">
37
+ <img src="https://img.shields.io/circleci/project/github/pandas-dev/pandas.svg" alt="circleci build status" />
38
+ </a>
39
+ </td>
40
+</tr>
41
42
43
<td>
44
<a href="https://ci.appveyor.com/project/jreback/pandas-465">
0 commit comments