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.1

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.1
File Size Uploaded
pandas-2.2.1.tar.gz 4.4 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for pandas 2.2.1
File
pandas-2.2.1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
pandas-2.2.1-cp312-cp312-musllinux_1_1_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ x86-64 Details
pandas-2.2.1-cp312-cp312-musllinux_1_1_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ ARM64 Details
pandas-2.2.1-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.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
pandas-2.2.1-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
pandas-2.2.1-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
pandas-2.2.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pandas-2.2.1-cp311-cp311-musllinux_1_1_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-64 Details
pandas-2.2.1-cp311-cp311-musllinux_1_1_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ ARM64 Details
pandas-2.2.1-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.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
pandas-2.2.1-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
pandas-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
pandas-2.2.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pandas-2.2.1-cp310-cp310-musllinux_1_1_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-64 Details
pandas-2.2.1-cp310-cp310-musllinux_1_1_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ ARM64 Details
pandas-2.2.1-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.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
pandas-2.2.1-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
pandas-2.2.1-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
pandas-2.2.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pandas-2.2.1-cp39-cp39-musllinux_1_1_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-64 Details
pandas-2.2.1-cp39-cp39-musllinux_1_1_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ ARM64 Details
pandas-2.2.1-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.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
pandas-2.2.1-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
pandas-2.2.1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details

Total release size: 379.7 MB

Release files / pandas-2.2.1.tar.gz

Download URL pandas-2.2.1.tar.gz
Size 4.4 MB
Tags Source
SHA-256 checksum
How to use checksums
0ab90f87093c13f3e8fa45b48ba9f39181046e8f3317d3aadb2fffbb1b978572
BLAKE2b-256 checksum
How to use checksums
3d592afa81b9fb300c90531803c0fd43ff4548074fa3e8d0f747ef63b3b5e77a
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.1-cp312-cp312-win_amd64.whl

Download URL pandas-2.2.1-cp312-cp312-win_amd64.whl
Size 11.5 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
4acf681325ee1c7f950d058b05a820441075b0dd9a2adf5c4835b9bc056bf4fb
BLAKE2b-256 checksum
How to use checksums
71006beaeeba7f075d15ea167a5caa039b861e58ff2f58a5b659abb9b544c8f6
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.1-cp312-cp312-musllinux_1_1_x86_64.whl

Download URL pandas-2.2.1-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
11940e9e3056576ac3244baef2fedade891977bcc1cb7e5cc8f8cc7d603edc89
BLAKE2b-256 checksum
How to use checksums
11e765bf50aff86da6554cdffdcd87ced857c79a29dfaf1d85fdf97955d76d02
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.1-cp312-cp312-musllinux_1_1_aarch64.whl

Download URL pandas-2.2.1-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
9d1265545f579edf3f8f0cb6f89f234f5e44ba725a34d86535b1a1d38decbccc
BLAKE2b-256 checksum
How to use checksums
6fcd8b84912b5bfab19b1fcea2f732d2e3a2d134d558f141e9dffa5dbfd9d23b
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.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pandas-2.2.1-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
c391f594aae2fd9f679d419e9a4d5ba4bce5bb13f6a989195656e7dc4b95c8f0
BLAKE2b-256 checksum
How to use checksums
78f419f1dda9ab1eaa38301e445925f92b303d415d4c4115e56c0d62774421f7
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.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pandas-2.2.1-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
a935a90a76c44fe170d01e90a3594beef9e9a6220021acfb26053d01426f7dc2
BLAKE2b-256 checksum
How to use checksums
d72b3e00e92a6b430313da68b15e925c6dba05f672d716cf3b02bcd3d0381974
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.1-cp312-cp312-macosx_11_0_arm64.whl

Download URL pandas-2.2.1-cp312-cp312-macosx_11_0_arm64.whl
Size 11.3 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
04f6ec3baec203c13e3f8b139fb0f9f86cd8c0b94603ae3ae8ce9a422e9f5bee
BLAKE2b-256 checksum
How to use checksums
194e6a7f400d4b65f82e37eefa7dbbe3e6f0a4fa542ca7ebb68c787eeebdc497
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.1-cp312-cp312-macosx_10_9_x86_64.whl

Download URL pandas-2.2.1-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
88ecb5c01bb9ca927ebc4098136038519aa5d66b44671861ffab754cae75102c
BLAKE2b-256 checksum
How to use checksums
edb9660353ce2b1bd5b6e0f5c992836d91909c0da1ccb59c16565ad0a37e839d
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.1-cp311-cp311-win_amd64.whl

Download URL pandas-2.2.1-cp311-cp311-win_amd64.whl
Size 11.6 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
06cf591dbaefb6da9de8472535b185cba556d0ce2e6ed28e21d919704fef1a9e
BLAKE2b-256 checksum
How to use checksums
61111812ef6cbd7433ad240f72161ce5f84c4c450cede4db080365d371d29117
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.1-cp311-cp311-musllinux_1_1_x86_64.whl

Download URL pandas-2.2.1-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
af5d3c00557d657c8773ef9ee702c61dd13b9d7426794c9dfeb1dc4a0bf0ebc7
BLAKE2b-256 checksum
How to use checksums
e0c3da6ffa0d3d510c378f6e46496cf7f84f35e15836d0de4e9880f40247eb60
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.1-cp311-cp311-musllinux_1_1_aarch64.whl

Download URL pandas-2.2.1-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
7d2ed41c319c9fb4fd454fe25372028dfa417aacb9790f68171b2e3f06eae8cd
BLAKE2b-256 checksum
How to use checksums
e3da9522ba4b32b20a344c37a970d7835d261df1427d943e02d48820253833ee
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.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pandas-2.2.1-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
101d0eb9c5361aa0146f500773395a03839a5e6ecde4d4b6ced88b7e5a1a6403
BLAKE2b-256 checksum
How to use checksums
d4471ccf9f62d2674d3ca3e95452c5f9dd114234d1535dec77c96528bf6a31fc
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.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pandas-2.2.1-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
e97fbb5387c69209f134893abc788a6486dbf2f9e511070ca05eed4b930b1b02
BLAKE2b-256 checksum
How to use checksums
91bf8c57707e440f944ba2cf3d6f6ae6c29883fac20fbe5d2ad485229149f273
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.1-cp311-cp311-macosx_11_0_arm64.whl

Download URL pandas-2.2.1-cp311-cp311-macosx_11_0_arm64.whl
Size 11.3 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
c70e00c2d894cb230e5c15e4b1e1e6b2b478e09cf27cc593a11ef955b9ecc81a
BLAKE2b-256 checksum
How to use checksums
a5781d859bfb619c067e3353ed079248ae9532c105c4e018fa9a776d04b34572
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.1-cp311-cp311-macosx_10_9_x86_64.whl

Download URL pandas-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl
Size 12.6 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f821213d48f4ab353d20ebc24e4faf94ba40d76680642fb7ce2ea31a3ad94f9b
BLAKE2b-256 checksum
How to use checksums
f18b617792ad1feef330e87d7459584a1f91aa8aea373d8b168ac5d24fddd808
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.1-cp310-cp310-win_amd64.whl

Download URL pandas-2.2.1-cp310-cp310-win_amd64.whl
Size 11.6 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
94e714a1cca63e4f5939cdce5f29ba8d415d85166be3441165edd427dc9f6bc0
BLAKE2b-256 checksum
How to use checksums
93262a695303a4a3194014dca7cb5d5ce08f0d2c6baa344fb5f562c642e77b2b
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.1-cp310-cp310-musllinux_1_1_x86_64.whl

Download URL pandas-2.2.1-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
53680dc9b2519cbf609c62db3ed7c0b499077c7fefda564e330286e619ff0dd9
BLAKE2b-256 checksum
How to use checksums
d699378e9108cf3562c7c6294249f1bfd3be08325af5e96af435fb221dd1c320
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.1-cp310-cp310-musllinux_1_1_aarch64.whl

Download URL pandas-2.2.1-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
c2ce852e1cf2509a69e98358e8458775f89599566ac3775e70419b98615f4b06
BLAKE2b-256 checksum
How to use checksums
11a19d5505c6c56740f7ed8bd78c8756fb76aeff1c706b30e6930ddf90693aee
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.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pandas-2.2.1-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
c38ce92cb22a4bea4e3929429aa1067a454dcc9c335799af93ba9be21b6beb51
BLAKE2b-256 checksum
How to use checksums
19df8d789d96a9e338cf28cb7978fa93ef5da53137624b7ef032f30748421c2b
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.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pandas-2.2.1-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
f02a3a6c83df4026e55b63c1f06476c9aa3ed6af3d89b4f04ea656ccdaaaa359
BLAKE2b-256 checksum
How to use checksums
5dd2df8047f8c3648eb6b3ee86ef7ee811ad01e55b47a14ea02fe36d601e12cd
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.1-cp310-cp310-macosx_11_0_arm64.whl

Download URL pandas-2.2.1-cp310-cp310-macosx_11_0_arm64.whl
Size 11.3 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
0f573ab277252ed9aaf38240f3b54cfc90fff8e5cab70411ee1d03f5d51f3944
BLAKE2b-256 checksum
How to use checksums
4f190ae5f1557badfcae1052c1397041a2c5441e9f31e1c7b0cce7f8bc585f4e
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.1-cp310-cp310-macosx_10_9_x86_64.whl

Download URL pandas-2.2.1-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
8df8612be9cd1c7797c93e1c5df861b2ddda0b48b08f2c3eaa0702cf88fb5f88
BLAKE2b-256 checksum
How to use checksums
8839f4495f8ab5a58b1eeee06b5abd811e0a93f7b75acdc89380797f99bdf91a
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.1-cp39-cp39-win_amd64.whl

Download URL pandas-2.2.1-cp39-cp39-win_amd64.whl
Size 11.6 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
1ba21b1d5c0e43416218db63037dbe1a01fc101dc6e6024bcad08123e48004ab
BLAKE2b-256 checksum
How to use checksums
41a3349df1721beb447142b8b11e27875a3da00f85d713f1a4bed0afb3a62e14
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.1-cp39-cp39-musllinux_1_1_x86_64.whl

Download URL pandas-2.2.1-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
76f27a809cda87e07f192f001d11adc2b930e93a2b0c4a236fde5429527423be
BLAKE2b-256 checksum
How to use checksums
5f960f208a3f7bb6f930060c1930fe4d2d24ce491d044a6ace1cb6cc52d3a319
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.1-cp39-cp39-musllinux_1_1_aarch64.whl

Download URL pandas-2.2.1-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
4aa1d8707812a658debf03824016bf5ea0d516afdea29b7dc14cf687bc4d4ec6
BLAKE2b-256 checksum
How to use checksums
60f0765326197f1759004d07a3e5e060cecfc90fd7af22eadd4cb02ef5e74555
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.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pandas-2.2.1-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
f9d3558d263073ed95e46f4650becff0c5e1ffe0fc3a015de3c79283dfbdb3df
BLAKE2b-256 checksum
How to use checksums
1a5e71bb0eef0dc543f7516d9ddeca9ee8dc98207043784e3f7e6c08b4a6b3d9
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.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pandas-2.2.1-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
739cc70eaf17d57608639e74d63387b0d8594ce02f69e7a0b046f117974b3019
BLAKE2b-256 checksum
How to use checksums
3ea66dbcb4b72687c8df8f3dca5f16b296b4ae5c9fa3084a32a165113d594b71
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.1-cp39-cp39-macosx_11_0_arm64.whl

Download URL pandas-2.2.1-cp39-cp39-macosx_11_0_arm64.whl
Size 11.3 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
df0c37ebd19e11d089ceba66eba59a168242fc6b7155cba4ffffa6eccdfb8f16
BLAKE2b-256 checksum
How to use checksums
bc578c61a6b2f9798349748701938dfed6d645bd329bfd96245ad98245238b6f
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.1-cp39-cp39-macosx_10_9_x86_64.whl

Download URL pandas-2.2.1-cp39-cp39-macosx_10_9_x86_64.whl
Size 12.6 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9bd8a40f47080825af4317d0340c656744f2bfdb6819f818e6ba3cd24c0e1397
BLAKE2b-256 checksum
How to use checksums
1af6621a5a90727c839aafd4a2e40f8fab4645efb534f96454d31a257ce693ed
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

This release

2.2.1 This release

29 release files

2.2.0

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