File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 5
5
-----------------
6
6
7
7
# pandas: powerful Python data analysis toolkit
8
- [ ![ PyPI Latest Release] ( https://img.shields.io/pypi/v/pandas.svg )] ( https://pypi.org/project/pandas/ )
9
- [ ![ Conda Latest Release] ( https://anaconda.org/conda-forge/pandas/badges/version.svg )] ( https://anaconda.org/anaconda/pandas/ )
10
- [ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.3509134.svg )] ( https://doi.org/10.5281/zenodo.3509134 )
11
- [ ![ Package Status] ( https://img.shields.io/pypi/status/pandas.svg )] ( https://pypi.org/project/pandas/ )
12
- [ ![ License] ( https://img.shields.io/pypi/l/pandas.svg )] ( https://github.com/pandas-dev/pandas/blob/main/LICENSE )
13
- [ ![ Coverage] ( https://codecov.io/github/pandas-dev/pandas/coverage.svg?branch=main )] ( https://codecov.io/gh/pandas-dev/pandas )
14
- [ ![ Downloads] ( https://static.pepy.tech/personalized-badge/pandas?period=month&units=international_system&left_color=black&right_color=orange&left_text=PyPI%20downloads%20per%20month )] ( https://pepy.tech/project/pandas )
15
- [ ![ Slack] ( https://img.shields.io/badge/join_Slack-information-brightgreen.svg?logo=slack )] ( https://pandas.pydata.org/docs/dev/development/community.html?highlight=slack#community-slack )
16
- [ ![ Powered by NumFOCUS] ( https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A )] ( https://numfocus.org )
17
- [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
18
- [ ![ Imports: isort] ( https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336 )] ( https://pycqa.github.io/isort/ )
8
+
9
+ | | |
10
+ | --- | --- |
11
+ | Testing | [ ![ CI - Test] ( https://github.com/pandas-dev/pandas/actions/workflows/unit-tests.yml/badge.svg )] ( https://github.com/pandas-dev/pandas/actions/workflows/unit-tests.yml ) [ ![ Coverage] ( https://codecov.io/github/pandas-dev/pandas/coverage.svg?branch=main )] ( https://codecov.io/gh/pandas-dev/pandas ) |
12
+ | Package | [ ![ PyPI Latest Release] ( https://img.shields.io/pypi/v/pandas.svg )] ( https://pypi.org/project/pandas/ ) [ ![ PyPI Downloads] ( https://img.shields.io/pypi/dm/pandas.svg?label=PyPI%20downloads )] ( https://pypi.org/project/pandas/ ) [ ![ Conda Latest Release] ( https://anaconda.org/conda-forge/pandas/badges/version.svg )] ( https://anaconda.org/conda-forge/pandas ) [ ![ Conda Downloads] ( https://img.shields.io/conda/dn/conda-forge/pandas.svg?label=Conda%20downloads )] ( https://anaconda.org/conda-forge/pandas ) |
13
+ | Meta | [ ![ Powered by NumFOCUS] ( https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A )] ( https://numfocus.org ) [ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.3509134.svg )] ( https://doi.org/10.5281/zenodo.3509134 ) [ ![ License - BSD 3-Clause] ( https://img.shields.io/pypi/l/pandas.svg )] ( https://github.com/pandas-dev/pandas/blob/main/LICENSE ) [ ![ Slack] ( https://img.shields.io/badge/join_Slack-information-brightgreen.svg?logo=slack )] ( https://pandas.pydata.org/docs/dev/development/community.html?highlight=slack#community-slack ) |
14
+
19
15
20
16
## What is it?
21
17
You can’t perform that action at this time.
0 commit comments