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.1.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.1.1
File Size Uploaded
pandas-2.1.1.tar.gz 4.3 MB Details

Built distributions (wheels)

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

Total release size: 295.4 MB

Release files / pandas-2.1.1.tar.gz

Download URL pandas-2.1.1.tar.gz
Size 4.3 MB
Tags Source
SHA-256 checksum
How to use checksums
fecb198dc389429be557cde50a2d46da8434a17fe37d7d41ff102e3987fd947b
BLAKE2b-256 checksum
How to use checksums
3d0e2c225d7a5de6ca0ec7d729aff6ef560544596f3a9bfed77f6dbc1713dbb5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp312-cp312-win_amd64.whl
Size 10.5 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
84e7e910096416adec68075dc87b986ff202920fb8704e6d9c8c9897fe7332d6
BLAKE2b-256 checksum
How to use checksums
89c8466196b756d74326820fe227743105fda0198a133f18916610e068540f0f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp312-cp312-musllinux_1_1_x86_64.whl
Size 12.4 MB
Tags CPython 3.12 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
4f99bebf19b7e03cf80a4e770a3e65eee9dd4e2679039f542d7c1ace7b7b1daa
BLAKE2b-256 checksum
How to use checksums
7cac050be15bca8dc1cbce67d3425507a3eee18190e44ff3583d926701d8ca46
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 11.7 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
29deb61de5a8a93bdd033df328441a79fcf8dd3c12d5ed0b41a395eef9cd76f0
BLAKE2b-256 checksum
How to use checksums
41dbfc107df31c06976764e753074cc71cbe1c7062481f668746f8d498cafcb6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 14.2 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f5ec7740f9ccb90aec64edd71434711f58ee0ea7f5ed4ac48be11cfa9abf7317
BLAKE2b-256 checksum
How to use checksums
8e2dd6723a2639310abcadb91233ea13428768865ff9f61fb8cf2ee42ed568f8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp312-cp312-macosx_11_0_arm64.whl
Size 10.6 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
3bcad1e6fb34b727b016775bea407311f7721db87e5b409e6542f4546a4951ea
BLAKE2b-256 checksum
How to use checksums
381be425daceff79695e67d115230bdeb57bbdd6cfff8c46d532e4e64d3dc966
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

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

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

Download URL pandas-2.1.1-cp311-cp311-win_amd64.whl
Size 10.6 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
b407381258a667df49d58a1b637be33e514b07f9285feb27769cedb3ab3d0b3a
BLAKE2b-256 checksum
How to use checksums
2d5e9213ea10ac473e2437dc2cb17323ddc0999997e2713d6a0b683b10773994
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp311-cp311-musllinux_1_1_x86_64.whl
Size 13.1 MB
Tags CPython 3.11 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
05674536bd477af36aa2effd4ec8f71b92234ce0cc174de34fd21e2ee99adbc2
BLAKE2b-256 checksum
How to use checksums
d3ff83fdae8799f9645afc8aa43dba6726a26aa8e250552b164cea7f3f21e7f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 12.2 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
dc3657869c7902810f32bd072f0740487f9e030c1a3ab03e0af093db35a9d14e
BLAKE2b-256 checksum
How to use checksums
deceb5d9c7ce1aaf9023b823c81932a50cd5e8f407198a696b0d1c6025a40b03
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 14.8 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
b8bd1685556f3374520466998929bade3076aeae77c3e67ada5ed2b90b4de7f0
BLAKE2b-256 checksum
How to use checksums
561b4ae75a5f50e4c703a1b21f1b8a95b039040f8f53f9767816d87b6c5fd2bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp311-cp311-macosx_11_0_arm64.whl
Size 10.8 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
25e8474a8eb258e391e30c288eecec565bfed3e026f312b0cbd709a63906b6f8
BLAKE2b-256 checksum
How to use checksums
af7bd170f9c8306c7673f57ca4f442e326d36e20299725edc5d0af36a3e3b041
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp311-cp311-macosx_10_9_x86_64.whl
Size 11.6 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9e2959720b70e106bb1d8b6eadd8ecd7c8e99ccdbe03ee03260877184bb2877d
BLAKE2b-256 checksum
How to use checksums
306f910f62af8642c94acca4fff529944c1e9463cf118742f7ee1a583fc6449c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp310-cp310-win_amd64.whl
Size 10.7 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
4c3f32fd7c4dccd035f71734df39231ac1a6ff95e8bdab8d891167197b7018d2
BLAKE2b-256 checksum
How to use checksums
cecda7c2cbffe2afff975349e60b14b63a448162145a7acac8ba12ddc2ed78a8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl
Size 13.1 MB
Tags CPython 3.10 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
75ce97667d06d69396d72be074f0556698c7f662029322027c226fd7a26965cb
BLAKE2b-256 checksum
How to use checksums
a9420fa5432e352a57b228a4588bb6c2f93242a922df81000161348ad9623165
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 12.3 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
c1f84c144dee086fe4f04a472b5cd51e680f061adf75c1ae4fc3a9275560f8f4
BLAKE2b-256 checksum
How to use checksums
2f0e3b74e8f7c908082793adafb02753477f653ccd7e189f3ba070757d2d0e65
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 14.8 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
ffa8f0966de2c22de408d0e322db2faed6f6e74265aa0856f3824813cf124363
BLAKE2b-256 checksum
How to use checksums
faf4e16c1af875f49f2390099b698871afc032bd40583f03c6b5ab012a65a81a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp310-cp310-macosx_11_0_arm64.whl
Size 10.9 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
02304e11582c5d090e5a52aec726f31fe3f42895d6bfc1f28738f9b64b6f0614
BLAKE2b-256 checksum
How to use checksums
ff5ac7359edec58500b35da8dc40a69ea7b0a3be48a479e1c91e8e8d0a2d9aa7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Size 11.7 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
58d997dbee0d4b64f3cb881a24f918b5f25dd64ddf31f467bb9b67ae4c63a1e4
BLAKE2b-256 checksum
How to use checksums
f3e67021570b1152ae8efc2dc99f4aef2c0b91c1f098a18cb8671d5b06ebdf53
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp39-cp39-win_amd64.whl
Size 10.8 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
4cdb0fab0400c2cb46dafcf1a0fe084c8bb2480a1fa8d81e19d15e12e6d4ded2
BLAKE2b-256 checksum
How to use checksums
f28c35364a11b3e25f8e29a35420b0d18f65ec4f9d6d38e86a62d16ef998923c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl
Size 13.2 MB
Tags CPython 3.9 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
0489b0e6aa3d907e909aef92975edae89b1ee1654db5eafb9be633b0124abe97
BLAKE2b-256 checksum
How to use checksums
72a86e95136130ca208f50ead0cd524b4501c8ddb1ca9bf225edec6eab76e041
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

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

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

Download URL pandas-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 14.9 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
cc1ab6a25da197f03ebe6d8fa17273126120874386b4ac11c1d687df288542dd
BLAKE2b-256 checksum
How to use checksums
69a86783854b7e7f64016f08c56b36a95ae5a89c6f7e99d68b8aea1c221cb68e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp39-cp39-macosx_11_0_arm64.whl
Size 10.9 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
9e50e72b667415a816ac27dfcfe686dc5a0b02202e06196b943d54c4f9c7693e
BLAKE2b-256 checksum
How to use checksums
c52fbf85305b044ddee0ade62c444c7ef551eb423899424b3898d60895d02f63
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

Download URL pandas-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Size 11.8 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
366da7b0e540d1b908886d4feb3d951f2f1e572e655c1160f5fde28ad4abb750
BLAKE2b-256 checksum
How to use checksums
f9575fbdd9f42204691adac1280a9731abba77df604c7998b6c10433219abcad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

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

2.2.0

29 release files

2.1.3

25 release files

2.1.2

25 release files

This release

2.1.1 This release

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