Skip to main content


pandas: powerful Python data analysis toolkit

Testing CI - Test Coverage
Package PyPI Latest Release PyPI Downloads Conda Latest Release Conda Downloads
Meta Powered by NumFOCUS DOI License - BSD 3-Clause Slack

What is it?

pandas is a Python package that provides fast, flexible, and expressive data structures designed to make working with "relational" or "labeled" data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python. Additionally, it has the broader goal of becoming the most powerful and flexible open source data analysis / manipulation tool available in any language. It is already well on its way towards this goal.

Table of Contents

Main Features

Here are just a few of the things that pandas does well:

  • Easy handling of missing data (represented as NaN, NA, or NaT) in floating point as well as non-floating point data
  • Size mutability: columns can be inserted and deleted from DataFrame and higher dimensional objects
  • Automatic and explicit data alignment: objects can be explicitly aligned to a set of labels, or the user can simply ignore the labels and let Series, DataFrame, etc. automatically align the data for you in computations
  • Powerful, flexible group by functionality to perform split-apply-combine operations on data sets, for both aggregating and transforming data
  • Make it easy to convert ragged, differently-indexed data in other Python and NumPy data structures into DataFrame objects
  • Intelligent label-based slicing, fancy indexing, and subsetting of large data sets
  • Intuitive merging and joining data sets
  • Flexible reshaping and pivoting of data sets
  • Hierarchical labeling of axes (possible to have multiple labels per tick)
  • Robust IO tools for loading data from flat files (CSV and delimited), Excel files, databases, and saving/loading data from the ultrafast HDF5 format
  • Time series-specific functionality: date range generation and frequency conversion, moving window statistics, date shifting and lagging

Where to get it

The source code is currently hosted on GitHub at: https://github.com/pandas-dev/pandas

Binary installers for the latest released version are available at the Python Package Index (PyPI) and on Conda.

# conda
conda install -c conda-forge pandas
# or PyPI
pip install pandas

The list of changes to pandas between each release can be found here. For full details, see the commit logs at https://github.com/pandas-dev/pandas.

Dependencies

See the full installation instructions for minimum supported versions of required, recommended and optional dependencies.

Installation from sources

To install pandas from source you need Cython in addition to the normal dependencies above. Cython can be installed from PyPI:

pip install cython

In the pandas directory (same one where you found this file after cloning the git repo), execute:

pip install .

or for installing in development mode:

python -m pip install -ve . --no-build-isolation --config-settings=editable-verbose=true

See the full instructions for installing from source.

License

BSD 3

Documentation

The official documentation is hosted on PyData.org.

Background

Work on pandas started at AQR (a quantitative hedge fund) in 2008 and has been under active development since then.

Getting Help

For usage questions, the best place to go to is StackOverflow. Further, general questions and discussions can also take place on the pydata mailing list.

Discussion and Development

Most development discussions take place on GitHub in this repo, via the GitHub issue tracker.

Further, the pandas-dev mailing list can also be used for specialized discussions or design issues, and a Slack channel is available for quick development related questions.

There are also frequent community meetings for project maintainers open to the community as well as monthly new contributor meetings to help support new contributors.

Additional information on the communication channels can be found on the contributor community page.

Contributing to pandas

Open Source Helpers

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

A detailed overview on how to contribute can be found in the contributing guide.

If you are simply looking to start working with the pandas codebase, navigate to the GitHub "issues" tab and start looking through interesting issues. There are a number of issues listed under Docs and good first issue where you could start out.

You can also triage issues which may include reproducing bug reports, or asking for vital information such as version numbers or reproduction instructions. If you would like to start triaging issues, one easy way to get started is to subscribe to pandas on CodeTriage.

Or maybe through using pandas you have an idea of your own or are looking for something in the documentation and thinking ‘this can be improved’...you can do something about it!

Feel free to ask questions on the mailing list or on Slack.

As contributors and maintainers to this project, you are expected to abide by pandas' code of conduct. More information can be found at: Contributor Code of Conduct


Go to Top

Release files for pandas 2.2.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pandas 2.2.0
File Size Uploaded
pandas-2.2.0.tar.gz 4.4 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for pandas 2.2.0
File
pandas-2.2.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
pandas-2.2.0-cp312-cp312-musllinux_1_1_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ x86-64 Details
pandas-2.2.0-cp312-cp312-musllinux_1_1_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ ARM64 Details
pandas-2.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
pandas-2.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
pandas-2.2.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
pandas-2.2.0-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
pandas-2.2.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pandas-2.2.0-cp311-cp311-musllinux_1_1_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-64 Details
pandas-2.2.0-cp311-cp311-musllinux_1_1_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ ARM64 Details
pandas-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
pandas-2.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
pandas-2.2.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
pandas-2.2.0-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
pandas-2.2.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pandas-2.2.0-cp310-cp310-musllinux_1_1_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-64 Details
pandas-2.2.0-cp310-cp310-musllinux_1_1_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ ARM64 Details
pandas-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
pandas-2.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
pandas-2.2.0-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
pandas-2.2.0-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
pandas-2.2.0-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pandas-2.2.0-cp39-cp39-musllinux_1_1_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-64 Details
pandas-2.2.0-cp39-cp39-musllinux_1_1_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ ARM64 Details
pandas-2.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
pandas-2.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
pandas-2.2.0-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
pandas-2.2.0-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details

Total release size: 381.2 MB

Release files / pandas-2.2.0.tar.gz

Download URL pandas-2.2.0.tar.gz
Size 4.4 MB
Tags Source
SHA-256 checksum
How to use checksums
30b83f7c3eb217fb4d1b494a57a2fda5444f17834f5df2de6b2ffff68dc3c8e2
BLAKE2b-256 checksum
How to use checksums
03d26fb05f20ee1b3961c7b283c1f8bafc6de752155d075c5db61c173de0de62
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp312-cp312-win_amd64.whl

Download URL pandas-2.2.0-cp312-cp312-win_amd64.whl
Size 11.5 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
a626795722d893ed6aacb64d2401d017ddc8a2341b49e0384ab9bf7112bdec30
BLAKE2b-256 checksum
How to use checksums
8703fe50521919aa981f6a1c197037da4623a267b0e5f42246d69ba048e86da3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp312-cp312-musllinux_1_1_x86_64.whl

Download URL pandas-2.2.0-cp312-cp312-musllinux_1_1_x86_64.whl
Size 13.4 MB
Tags CPython 3.12 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
f5be5d03ea2073627e7111f61b9f1f0d9625dc3c4d8dda72cc827b0c58a1d042
BLAKE2b-256 checksum
How to use checksums
dcc30df8f14482f9edee3d23b55edfb1c9d94376e78e4a815e0b2f7cf2776fe7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp312-cp312-musllinux_1_1_aarch64.whl

Download URL pandas-2.2.0-cp312-cp312-musllinux_1_1_aarch64.whl
Size 15.9 MB
Tags CPython 3.12 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
a20628faaf444da122b2a64b1e5360cde100ee6283ae8effa0d8745153809a2e
BLAKE2b-256 checksum
How to use checksums
dc68b42aea61273d47dbac1ba465739c90310e55081be4a33a0d44022194fb0a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pandas-2.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 12.7 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
761cb99b42a69005dec2b08854fb1d4888fdf7b05db23a8c5a099e4b886a2106
BLAKE2b-256 checksum
How to use checksums
b2a57f14d11f5bb3ca5681f6827616ccfbb03ec9504322674e4f962a5e9e404b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pandas-2.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 15.2 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
eb1e1f3861ea9132b32f2133788f3b14911b68102d562715d71bd0013bc45440
BLAKE2b-256 checksum
How to use checksums
65f91ff0f7dac2493f2c3a86cdb6106de8a7a6da75735f27e1c6a106b3d26e6e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL pandas-2.2.0-cp312-cp312-macosx_11_0_arm64.whl
Size 11.7 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
159205c99d7a5ce89ecfc37cb08ed179de7783737cea403b295b5eda8e9c56d1
BLAKE2b-256 checksum
How to use checksums
7233e873f8bdeac9a954f93f33fb6fbdf3ded68e0096b154008855616559c64c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp312-cp312-macosx_10_9_x86_64.whl

Download URL pandas-2.2.0-cp312-cp312-macosx_10_9_x86_64.whl
Size 12.5 MB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
a41d06f308a024981dcaa6c41f2f2be46a6b186b902c94c2674e8cb5c42985bc
BLAKE2b-256 checksum
How to use checksums
e11ed708cda584a2d70e6d3c930d102d07ee3d65bec3b2861f416b086cc518a8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp311-cp311-win_amd64.whl

Download URL pandas-2.2.0-cp311-cp311-win_amd64.whl
Size 11.6 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
fbc1b53c0e1fdf16388c33c3cca160f798d38aea2978004dd3f4d3dec56454c9
BLAKE2b-256 checksum
How to use checksums
77628e11962934e024a093758992bc82711e3e30efd5ea355cbfdc6e1ab5de76
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp311-cp311-musllinux_1_1_x86_64.whl

Download URL pandas-2.2.0-cp311-cp311-musllinux_1_1_x86_64.whl
Size 13.9 MB
Tags CPython 3.11 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
a146b9dcacc3123aa2b399df1a284de5f46287a4ab4fbfc237eac98a92ebcb71
BLAKE2b-256 checksum
How to use checksums
c2807465d8f2ca5837a2eb448de7942c19c52eaf5bc9c024926c2ea709c9c316
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp311-cp311-musllinux_1_1_aarch64.whl

Download URL pandas-2.2.0-cp311-cp311-musllinux_1_1_aarch64.whl
Size 16.2 MB
Tags CPython 3.11 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
cfd6c2491dc821b10c716ad6776e7ab311f7df5d16038d0b7458bc0b67dc10f3
BLAKE2b-256 checksum
How to use checksums
317f017592099d0257847f9d8a706154a7d70689390cbcc5b58599a8a2a48fd6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pandas-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 13.0 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
85793cbdc2d5bc32620dc8ffa715423f0c680dacacf55056ba13454a5be5de88
BLAKE2b-256 checksum
How to use checksums
5b7e9fd11ba8e86a8add8f2ff4e11c7111f65ec6fd1b547222160bb969e2bf5e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pandas-2.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 15.6 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
2707514a7bec41a4ab81f2ccce8b382961a29fbe9492eab1305bb075b2b1ff4f
BLAKE2b-256 checksum
How to use checksums
3024ec0412ad5297d22ad06732325cc222d10397d831b567e2b8e04cd4eda7cd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL pandas-2.2.0-cp311-cp311-macosx_11_0_arm64.whl
Size 11.8 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8ce2fbc8d9bf303ce54a476116165220a1fedf15985b09656b4b4275300e920b
BLAKE2b-256 checksum
How to use checksums
6f4e63e6b79132e854a67df3d37a5c8560e45c79e2504fa57e032c1d61abb090
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp311-cp311-macosx_10_9_x86_64.whl

Download URL pandas-2.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Size 12.5 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
a1b438fa26b208005c997e78672f1aa8138f67002e833312e6230f3e57fa87d5
BLAKE2b-256 checksum
How to use checksums
ac6b11c0e4f5dec878a5eca77aa3b24215c49d2eda8d2cfd654a3f03a9f9d33a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp310-cp310-win_amd64.whl

Download URL pandas-2.2.0-cp310-cp310-win_amd64.whl
Size 11.6 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
5a946f210383c7e6d16312d30b238fd508d80d927014f3b33fb5b15c2f895430
BLAKE2b-256 checksum
How to use checksums
5af2d079f4785d326e3868f4232108e622a307c2676023a274d9be2754dafc2a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp310-cp310-musllinux_1_1_x86_64.whl

Download URL pandas-2.2.0-cp310-cp310-musllinux_1_1_x86_64.whl
Size 13.9 MB
Tags CPython 3.10 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
f9670b3ac00a387620489dfc1bca66db47a787f4e55911f1293063a78b108df1
BLAKE2b-256 checksum
How to use checksums
241cb6a4addfc3f04f4c36acfa74646601cf52160f8cf51fb2735c838889db1e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp310-cp310-musllinux_1_1_aarch64.whl

Download URL pandas-2.2.0-cp310-cp310-musllinux_1_1_aarch64.whl
Size 16.3 MB
Tags CPython 3.10 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
7ea3ee3f125032bfcade3a4cf85131ed064b4f8dd23e5ce6fa16473e48ebcaf5
BLAKE2b-256 checksum
How to use checksums
614b397ca9bcf2a9ec514360ae7fd9ab495c46de25055ecb37e518c088213ddb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pandas-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 13.0 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
20404d2adefe92aed3b38da41d0847a143a09be982a31b85bc7dd565bdba0f4e
BLAKE2b-256 checksum
How to use checksums
b3b33102c3a4abca1093e50cfec2213102a1c65c0b318a4431395d0121e6e690
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pandas-2.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 15.6 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
38e0b4fc3ddceb56ec8a287313bc22abe17ab0eb184069f08fc6a9352a769b18
BLAKE2b-256 checksum
How to use checksums
f82679051bd18491263498f4c15b55ec80ba587f7fdf5c1472e6c9cd025ab6f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL pandas-2.2.0-cp310-cp310-macosx_11_0_arm64.whl
Size 11.8 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
736da9ad4033aeab51d067fc3bd69a0ba36f5a60f66a527b3d72e2030e63280a
BLAKE2b-256 checksum
How to use checksums
6f3a597311df6d41940e45ecc820edeae2e720c2077118dbb18038453986e16e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp310-cp310-macosx_10_9_x86_64.whl

Download URL pandas-2.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Size 12.5 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
8108ee1712bb4fa2c16981fba7e68b3f6ea330277f5ca34fa8d557e986a11670
BLAKE2b-256 checksum
How to use checksums
888a76a32ba459b4c376cc3780dca0f600bbbb63b3610249a068f7eb20991ee3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp39-cp39-win_amd64.whl

Download URL pandas-2.2.0-cp39-cp39-win_amd64.whl
Size 11.6 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
3de918a754bbf2da2381e8a3dcc45eede8cd7775b047b923f9006d5f876802ae
BLAKE2b-256 checksum
How to use checksums
1cf0109cd56267214b2976cee47067f070ca280f13937df332595cd6430ef8ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp39-cp39-musllinux_1_1_x86_64.whl

Download URL pandas-2.2.0-cp39-cp39-musllinux_1_1_x86_64.whl
Size 13.9 MB
Tags CPython 3.9 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
bde2bc699dbd80d7bc7f9cab1e23a95c4375de615860ca089f34e7c64f4a8de7
BLAKE2b-256 checksum
How to use checksums
b45ebfe96dd66416c70dac036ba80c21f47b5750266c2e06040ca5edb86aaa59
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp39-cp39-musllinux_1_1_aarch64.whl

Download URL pandas-2.2.0-cp39-cp39-musllinux_1_1_aarch64.whl
Size 16.3 MB
Tags CPython 3.9 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
52826b5f4ed658fa2b729264d63f6732b8b29949c7fd234510d57c61dbeadfcd
BLAKE2b-256 checksum
How to use checksums
bea7556be824c3fd5f7c4f518f8b558e4f8fc0e488140427bdee535da0b59ceb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pandas-2.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 13.0 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
eb61dc8567b798b969bcc1fc964788f5a68214d333cade8319c7ab33e2b5d88a
BLAKE2b-256 checksum
How to use checksums
dfbc663c52528d6b2c796d0f788655e5f0fd65842523715a18f4d4beaca8dcb2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pandas-2.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 15.6 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e60f1f7dba3c2d5ca159e18c46a34e7ca7247a73b5dd1a22b6d59707ed6b899a
BLAKE2b-256 checksum
How to use checksums
23635d5dfa0becb234fbfad75b14b0c6bb4ed50c74bb232904c89f5a08b5acbe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp39-cp39-macosx_11_0_arm64.whl

Download URL pandas-2.2.0-cp39-cp39-macosx_11_0_arm64.whl
Size 11.8 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
57abcaeda83fb80d447f28ab0cc7b32b13978f6f733875ebd1ed14f8fbc0f4ab
BLAKE2b-256 checksum
How to use checksums
ee0d43c80cc69ad223356b61d12e488acf5f861dc833d498f43869efd871f5c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release files / pandas-2.2.0-cp39-cp39-macosx_10_9_x86_64.whl

Download URL pandas-2.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Size 12.5 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9f66419d4a41132eb7e9a73dcec9486cf5019f52d90dd35547af11bc58f8637d
BLAKE2b-256 checksum
How to use checksums
a075b839e48677d69dc149735692497afc00e444b4760b0a08e0285aa36db240
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.13

Release history Release notifications | RSS feed

3.0.6

58 release files

3.0.5

42 release files

3.0.4

42 release files

3.0.3

48 release files

3.0.2

48 release files

3.0.1

48 release files

3.0.0

48 release files

2.3.3

55 release files

2.3.2

42 release files

2.2.3

42 release files

2.2.2

29 release files

2.2.1

29 release files

This release

2.2.0 This release

29 release files

2.1.3

25 release files

2.1.2

25 release files

2.1.1

25 release files

2.1.0

19 release files

2.0.3

25 release files

2.0.2

25 release files

2.0.1

25 release files

1.5.3

27 release files

1.5.2

27 release files

1.5.1

27 release files

1.5.0

27 release files

1.4.4

21 release files

1.4.3

21 release files

1.4.1

21 release files

1.4.0

21 release files

1.3.5

25 release files

1.3.4

24 release files

1.3.3

21 release files

1.3.2

19 release files

1.3.1

19 release files

1.2.5

18 release files

1.2.4

16 release files

1.2.1

17 release files

1.2.0

17 release files

1.1.4

24 release files

1.1.1

16 release files

1.1.0

16 release files

1.0.5

16 release files

1.0.4

16 release files

1.0.3

16 release files

1.0.2

14 release files

1.0.0

14 release files

0.13.0

9 release files

0.9.1

11 release files

0.8.1

11 release files

0.8.0

11 release files

0.7.3

11 release files

0.7.2

11 release files

0.7.1

11 release files

0.6.1

8 release files

0.6.0

11 release files

0.5.0

10 release files

0.4.3

8 release files

0.4.2

6 release files

0.4.1

6 release files

0.4.0

6 release files

0.3.0

6 release files

0.2

1 release file

0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page