Skip to main content


pandas: powerful Python data analysis toolkit

PyPI Latest Release Conda Latest Release DOI Package Status License Coverage Downloads Gitter Powered by NumFOCUS Code style: black Imports: isort

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.

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 pandas
# or PyPI
pip install 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:

python setup.py install

or for installing in development mode:

python -m pip install -e . --no-build-isolation --no-use-pep517

If you have make, you can also use make develop to run the same command.

or alternatively

python setup.py develop

See the full instructions for installing from source.

License

BSD 3

Documentation

The official documentation is hosted on PyData.org: https://pandas.pydata.org/pandas-docs/stable

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. Further, the pandas-dev mailing list can also be used for specialized discussions or design issues, and a Gitter channel is available for quick development related questions.

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

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

Release files for pandas 1.5.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 1.5.1
File Size Uploaded
pandas-1.5.1.tar.gz 5.2 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for pandas 1.5.1
File
pandas-1.5.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pandas-1.5.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-1.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
pandas-1.5.1-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
pandas-1.5.1-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
pandas-1.5.1-cp311-cp311-macosx_10_9_universal2.whl CPython 3.11 CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64) Details
pandas-1.5.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pandas-1.5.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-1.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
pandas-1.5.1-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
pandas-1.5.1-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
pandas-1.5.1-cp310-cp310-macosx_10_9_universal2.whl CPython 3.10 CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64) Details
pandas-1.5.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pandas-1.5.1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
pandas-1.5.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-1.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
pandas-1.5.1-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
pandas-1.5.1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
pandas-1.5.1-cp39-cp39-macosx_10_9_universal2.whl CPython 3.9 CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64) Details
pandas-1.5.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pandas-1.5.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pandas-1.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
pandas-1.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
pandas-1.5.1-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
pandas-1.5.1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
pandas-1.5.1-cp38-cp38-macosx_10_9_universal2.whl CPython 3.8 CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64) Details

Total release size: 325.9 MB

Release files / pandas-1.5.1.tar.gz

Download URL pandas-1.5.1.tar.gz
Size 5.2 MB
Tags Source
SHA-256 checksum
How to use checksums
249cec5f2a5b22096440bd85c33106b6102e0672204abd2d5c014106459804ee
BLAKE2b-256 checksum
How to use checksums
d74ebc3163c2f0b2f0728c398cad15e082efaa27e40fa579a0523e98caf10fdf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

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

Download URL pandas-1.5.1-cp311-cp311-win_amd64.whl
Size 10.3 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
eb7e8cf2cf11a2580088009b43de84cabbf6f5dae94ceb489f28dba01a17cb77
BLAKE2b-256 checksum
How to use checksums
86bbc3353704906030210d7d5bec81577715ba3a320ef0ece44cac3b29324b16
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

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

Download URL pandas-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 12.0 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
932d2d7d3cab44cfa275601c982f30c2d874722ef6396bb539e41e4dc4618ed4
BLAKE2b-256 checksum
How to use checksums
1ea614bd623f06a05b551cdb51cc2ec8cbe3af8a6928fe0b8b5ffc6b4c5423fa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

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

Download URL pandas-1.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 11.4 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
2c25e5c16ee5c0feb6cf9d982b869eec94a22ddfda9aa2fbed00842cbb697624
BLAKE2b-256 checksum
How to use checksums
658f78fff6273dbcbb4c30f51125bc72b254b222e73bb68cc0038fc614d8e1b5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

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

Download URL pandas-1.5.1-cp311-cp311-macosx_11_0_arm64.whl
Size 10.7 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
bcf1a82b770b8f8c1e495b19a20d8296f875a796c4fe6e91da5ef107f18c5ecb
BLAKE2b-256 checksum
How to use checksums
5c49dd246e74156757fe3c26e4b97a4a19fe219cab9092d71366f2456f4841f9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

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

Download URL pandas-1.5.1-cp311-cp311-macosx_10_9_x86_64.whl
Size 11.8 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
36aa1f8f680d7584e9b572c3203b20d22d697c31b71189322f16811d4ecfecd3
BLAKE2b-256 checksum
How to use checksums
a4d9f7a26d190a2062f2316ff046dcc64649a027b1959f02de5a8963fc7f7519
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

Release files / pandas-1.5.1-cp311-cp311-macosx_10_9_universal2.whl

Download URL pandas-1.5.1-cp311-cp311-macosx_10_9_universal2.whl
Size 18.3 MB
Tags CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
66a1ad667b56e679e06ba73bb88c7309b3f48a4c279bd3afea29f65a766e9036
BLAKE2b-256 checksum
How to use checksums
a933f5d9c0eea8dc9c1d3c49524704d95c81ebcc6f5919698ce6875a3f0c4bdd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

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

Download URL pandas-1.5.1-cp310-cp310-win_amd64.whl
Size 10.4 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
a52419d9ba5906db516109660b114faf791136c94c1a636ed6b29cbfff9187ee
BLAKE2b-256 checksum
How to use checksums
5015ce88c13d182c34e73a9bee8665340bff200b175af39fa160d30e6d37f7aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

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

Download URL pandas-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 12.1 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
32e3d9f65606b3f6e76555bfd1d0b68d94aff0929d82010b791b6254bf5a4b96
BLAKE2b-256 checksum
How to use checksums
e9aa1ba5c0835aa83af896cdb61df439335f39ca59392aff5fd1a06a152a7aae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

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

Download URL pandas-1.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 11.4 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d8c709f4700573deb2036d240d140934df7e852520f4a584b2a8d5443b71f54d
BLAKE2b-256 checksum
How to use checksums
88cad8f52ce9faa3c48f7c5dd2fd7bfb036263d77eb61b1c616679faa25e5f88
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

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

Download URL pandas-1.5.1-cp310-cp310-macosx_11_0_arm64.whl
Size 10.8 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
f340331a3f411910adfb4bbe46c2ed5872d9e473a783d7f14ecf49bc0869c594
BLAKE2b-256 checksum
How to use checksums
68497244ad35598bd612a4b68a86030d9ed210ff9a9f9def2e67282cce128512
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

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

Download URL pandas-1.5.1-cp310-cp310-macosx_10_9_x86_64.whl
Size 12.0 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
5b0c970e2215572197b42f1cff58a908d734503ea54b326412c70d4692256391
BLAKE2b-256 checksum
How to use checksums
9704e2f55bb7fea442e27a002df165d05e0fcd4c282a3ca0da9f717f021515e8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

Release files / pandas-1.5.1-cp310-cp310-macosx_10_9_universal2.whl

Download URL pandas-1.5.1-cp310-cp310-macosx_10_9_universal2.whl
Size 18.5 MB
Tags CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
0a78e05ec09731c5b3bd7a9805927ea631fe6f6cb06f0e7c63191a9a778d52b4
BLAKE2b-256 checksum
How to use checksums
8ff10fea6a6ad6e88f603443a0e9f225f0feafeba4ec899f09846ea7ad5c06e7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

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

Download URL pandas-1.5.1-cp39-cp39-win_amd64.whl
Size 10.9 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
6bb391659a747cf4f181a227c3e64b6d197100d53da98dcd766cc158bdd9ec68
BLAKE2b-256 checksum
How to use checksums
6053619c0bcdc45b0a2ac94fc840c67073f8ca3f69344383c7dca0ed20e1ea73
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

Release files / pandas-1.5.1-cp39-cp39-win32.whl

Download URL pandas-1.5.1-cp39-cp39-win32.whl
Size 9.7 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
05c527c64ee02a47a24031c880ee0ded05af0623163494173204c5b72ddce658
BLAKE2b-256 checksum
How to use checksums
bd91070dda2b8d5c5471f8f19e0ff3063dcb3b604751036afb05a71a4d758743
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

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

Download URL pandas-1.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 12.2 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
b156a971bc451c68c9e1f97567c94fd44155f073e3bceb1b0d195fd98ed12048
BLAKE2b-256 checksum
How to use checksums
c980207c30c09d0b650214f7826227d32236e3259e2ad2b8e0075b3feae4266c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

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

Download URL pandas-1.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 11.5 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5cee0c74e93ed4f9d39007e439debcaadc519d7ea5c0afc3d590a3a7b2edf060
BLAKE2b-256 checksum
How to use checksums
93a80174b2f33e3450140bb32a7208aed3b629afb83e92e82a89203e8e35eec7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

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

Download URL pandas-1.5.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
04e51b01d5192499390c0015630975f57836cc95c7411415b499b599b05c0c96
BLAKE2b-256 checksum
How to use checksums
6efee66020dc13c052be66795794c2590b460dfb87904d7834e2138f36626e74
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

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

Download URL pandas-1.5.1-cp39-cp39-macosx_10_9_x86_64.whl
Size 12.1 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
e675f8fe9aa6c418dc8d3aac0087b5294c1a4527f1eacf9fe5ea671685285454
BLAKE2b-256 checksum
How to use checksums
1251dd4bd8d43f7f21086b99fed461e91eaf4fdac48dea3028f4b3aef87dffdc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

Release files / pandas-1.5.1-cp39-cp39-macosx_10_9_universal2.whl

Download URL pandas-1.5.1-cp39-cp39-macosx_10_9_universal2.whl
Size 18.6 MB
Tags CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
927e59c694e039c75d7023465d311277a1fc29ed7236b5746e9dddf180393113
BLAKE2b-256 checksum
How to use checksums
c1a47f0c2c8702e220846bebc4c03ce14122724c4280807fd87638bd641aa128
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

Release files / pandas-1.5.1-cp38-cp38-win_amd64.whl

Download URL pandas-1.5.1-cp38-cp38-win_amd64.whl
Size 11.0 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
db45b94885000981522fb92349e6b76f5aee0924cc5315881239c7859883117d
BLAKE2b-256 checksum
How to use checksums
454c431f4ebbe40691ea5a33e37a5698042abacbb7baf4b67ec88fc038f85f94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

Release files / pandas-1.5.1-cp38-cp38-win32.whl

Download URL pandas-1.5.1-cp38-cp38-win32.whl
Size 9.7 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
ddf46b940ef815af4e542697eaf071f0531449407a7607dd731bf23d156e20a7
BLAKE2b-256 checksum
How to use checksums
7c5e66b310f4fa3ef08a20f30a29bff91265f0118f3bd3549e4dea84c801da8d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

Release files / pandas-1.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pandas-1.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 12.2 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
683779e5728ac9138406c59a11e09cd98c7d2c12f0a5fc2b9c5eecdbb4a00075
BLAKE2b-256 checksum
How to use checksums
37b4f9d5339c96449af3321a923e239cc00e08e69f0ca1c1544654028da950e4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

Release files / pandas-1.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pandas-1.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 11.5 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
669c8605dba6c798c1863157aefde959c1796671ffb342b80fcb80a4c0bc4c26
BLAKE2b-256 checksum
How to use checksums
a928bb976b8173a957e5ff2ab9e61373f47e2fa7e31a864ca63f2c5d6894f2f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

Release files / pandas-1.5.1-cp38-cp38-macosx_11_0_arm64.whl

Download URL pandas-1.5.1-cp38-cp38-macosx_11_0_arm64.whl
Size 10.7 MB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
17da7035d9e6f9ea9cdc3a513161f8739b8f8489d31dc932bc5a29a27243f93d
BLAKE2b-256 checksum
How to use checksums
1c7549a1118aee0b5e95c2c52f57f48a340ab9cb0b7b30a3c986e20cdc41f4d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

Release files / pandas-1.5.1-cp38-cp38-macosx_10_9_x86_64.whl

Download URL pandas-1.5.1-cp38-cp38-macosx_10_9_x86_64.whl
Size 11.9 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
81f0674fa50b38b6793cd84fae5d67f58f74c2d974d2cb4e476d26eee33343d0
BLAKE2b-256 checksum
How to use checksums
930be012ba87937e72d5a7410bbe2b87202f95135ed2b51600a6f9693c582acb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

Release files / pandas-1.5.1-cp38-cp38-macosx_10_9_universal2.whl

Download URL pandas-1.5.1-cp38-cp38-macosx_10_9_universal2.whl
Size 18.3 MB
Tags CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
cb2a9cf1150302d69bb99861c5cddc9c25aceacb0a4ef5299785d0f5389a3209
BLAKE2b-256 checksum
How to use checksums
2aaaa08e03b2af7a669aefc3dd5fe6d6eac79d854cd985670c8f367bfc0cd976
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.10.6

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

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

This release

1.5.1 This release

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