|
5 | 5 | -----------------
|
6 | 6 |
|
7 | 7 | # pandas: powerful Python data analysis toolkit
|
8 |
| - |
9 |
| -<table> |
10 |
| -<tr> |
11 |
| - <td>Latest Release</td> |
12 |
| - <td> |
13 |
| - <a href="https://pypi.org/project/pandas/"> |
14 |
| - <img src="https://img.shields.io/pypi/v/pandas.svg" alt="latest release" /> |
15 |
| - </a> |
16 |
| - </td> |
17 |
| -</tr> |
18 |
| - <td></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> |
24 |
| -</tr> |
25 |
| -<tr> |
26 |
| - <td>Package Status</td> |
27 |
| - <td> |
28 |
| - <a href="https://pypi.org/project/pandas/"> |
29 |
| - <img src="https://img.shields.io/pypi/status/pandas.svg" alt="status" /> |
30 |
| - </a> |
31 |
| - </td> |
32 |
| -</tr> |
33 |
| -<tr> |
34 |
| - <td>License</td> |
35 |
| - <td> |
36 |
| - <a href="https://github.com/pandas-dev/pandas/blob/master/LICENSE"> |
37 |
| - <img src="https://img.shields.io/pypi/l/pandas.svg" alt="license" /> |
38 |
| - </a> |
39 |
| -</td> |
40 |
| -</tr> |
41 |
| -<tr> |
42 |
| - <td>Build Status</td> |
43 |
| - <td> |
44 |
| - <a href="https://travis-ci.org/pandas-dev/pandas"> |
45 |
| - <img src="https://travis-ci.org/pandas-dev/pandas.svg?branch=master" alt="travis build status" /> |
46 |
| - </a> |
47 |
| - </td> |
48 |
| -</tr> |
49 |
| -<tr> |
50 |
| - <td></td> |
51 |
| - <td> |
52 |
| - <a href="https://dev.azure.com/pandas-dev/pandas/_build/latest?definitionId=1&branch=master"> |
53 |
| - <img src="https://dev.azure.com/pandas-dev/pandas/_apis/build/status/pandas-dev.pandas?branch=master" alt="Azure Pipelines build status" /> |
54 |
| - </a> |
55 |
| - </td> |
56 |
| -</tr> |
57 |
| -<tr> |
58 |
| - <td>Coverage</td> |
59 |
| - <td> |
60 |
| - <a href="https://codecov.io/gh/pandas-dev/pandas"> |
61 |
| - <img src="https://codecov.io/github/pandas-dev/pandas/coverage.svg?branch=master" alt="coverage" /> |
62 |
| - </a> |
63 |
| - </td> |
64 |
| -</tr> |
65 |
| -<tr> |
66 |
| - <td>Downloads</td> |
67 |
| - <td> |
68 |
| - <a href="https://pandas.pydata.org"> |
69 |
| - <img src="https://anaconda.org/conda-forge/pandas/badges/downloads.svg" alt="conda-forge downloads" /> |
70 |
| - </a> |
71 |
| - </td> |
72 |
| -</tr> |
73 |
| -<tr> |
74 |
| - <td>Gitter</td> |
75 |
| - <td> |
76 |
| - <a href="https://gitter.im/pydata/pandas"> |
77 |
| - <img src="https://badges.gitter.im/Join%20Chat.svg" /> |
78 |
| - </a> |
79 |
| - </td> |
80 |
| -</tr> |
81 |
| -</table> |
82 |
| - |
83 |
| - |
| 8 | +[](https://pypi.org/project/pandas/) |
| 9 | +[](https://anaconda.org/anaconda/pandas/) |
| 10 | +[](https://pypi.org/project/pandas/) |
| 11 | +[](https://github.com/pandas-dev/pandas/blob/master/LICENSE) |
| 12 | +[](https://travis-ci.org/pandas-dev/pandas) |
| 13 | +[](https://dev.azure.com/pandas-dev/pandas/_build/latest?definitionId=1&branch=master) |
| 14 | +[](https://codecov.io/gh/pandas-dev/pandas) |
| 15 | +[](https://pandas.pydata.org) |
| 16 | +[](https://gitter.im/pydata/pandas) |
| 17 | +[](https://numfocus.org) |
84 | 18 |
|
85 | 19 | ## What is it?
|
86 | 20 |
|
|
0 commit comments