Skip to main content

Powerful data structures for data analysis, time series, and statistics

Project description

Pandas Logo

pandas: A 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 LFX Health Score

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 I/O 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 Stack Overflow. 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

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pandas-3.0.2.tar.gz (4.6 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pandas-3.0.2-cp314-cp314t-win_arm64.whl (9.5 MB view details)

Uploaded CPython 3.14tWindows ARM64

pandas-3.0.2-cp314-cp314t-win_amd64.whl (10.9 MB view details)

Uploaded CPython 3.14tWindows x86-64

pandas-3.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pandas-3.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl (11.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pandas-3.0.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pandas-3.0.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pandas-3.0.2-cp314-cp314t-macosx_11_0_arm64.whl (10.4 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pandas-3.0.2-cp314-cp314t-macosx_10_15_x86_64.whl (10.8 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pandas-3.0.2-cp314-cp314-win_arm64.whl (9.2 MB view details)

Uploaded CPython 3.14Windows ARM64

pandas-3.0.2-cp314-cp314-win_amd64.whl (9.9 MB view details)

Uploaded CPython 3.14Windows x86-64

pandas-3.0.2-cp314-cp314-musllinux_1_2_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pandas-3.0.2-cp314-cp314-musllinux_1_2_aarch64.whl (11.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pandas-3.0.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pandas-3.0.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pandas-3.0.2-cp314-cp314-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pandas-3.0.2-cp314-cp314-macosx_10_15_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pandas-3.0.2-cp313-cp313t-win_amd64.whl (10.5 MB view details)

Uploaded CPython 3.13tWindows x86-64

pandas-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

pandas-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl (11.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pandas-3.0.2-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pandas-3.0.2-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pandas-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl (10.4 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

pandas-3.0.2-cp313-cp313t-macosx_10_13_x86_64.whl (10.8 MB view details)

Uploaded CPython 3.13tmacOS 10.13+ x86-64

pandas-3.0.2-cp313-cp313-win_arm64.whl (9.0 MB view details)

Uploaded CPython 3.13Windows ARM64

pandas-3.0.2-cp313-cp313-win_amd64.whl (9.7 MB view details)

Uploaded CPython 3.13Windows x86-64

pandas-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pandas-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl (11.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pandas-3.0.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pandas-3.0.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pandas-3.0.2-cp313-cp313-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pandas-3.0.2-cp313-cp313-macosx_10_13_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pandas-3.0.2-cp312-cp312-win_arm64.whl (9.1 MB view details)

Uploaded CPython 3.12Windows ARM64

pandas-3.0.2-cp312-cp312-win_amd64.whl (9.7 MB view details)

Uploaded CPython 3.12Windows x86-64

pandas-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pandas-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (11.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pandas-3.0.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pandas-3.0.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pandas-3.0.2-cp312-cp312-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pandas-3.0.2-cp312-cp312-macosx_10_13_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pandas-3.0.2-cp311-cp311-win_arm64.whl (9.2 MB view details)

Uploaded CPython 3.11Windows ARM64

pandas-3.0.2-cp311-cp311-win_amd64.whl (9.9 MB view details)

Uploaded CPython 3.11Windows x86-64

pandas-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl (12.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pandas-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pandas-3.0.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (11.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

pandas-3.0.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

pandas-3.0.2-cp311-cp311-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pandas-3.0.2-cp311-cp311-macosx_10_9_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

Details for the file pandas-3.0.2.tar.gz.

File metadata

  • Download URL: pandas-3.0.2.tar.gz
  • Upload date:
  • Size: 4.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pandas-3.0.2.tar.gz
Algorithm Hash digest
SHA256 f4753e73e34c8d83221ba58f232433fca2748be8b18dbca02d242ed153945043
MD5 66a07b8707d0ee56885ff8f2c55496d6
BLAKE2b-256 da99b342345300f13440fe9fe385c3c481e2d9a595ee3bab4d3219247ac94e9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2.tar.gz:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: pandas-3.0.2-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 9.5 MB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pandas-3.0.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 5371b72c2d4d415d08765f32d689217a43227484e81b2305b52076e328f6f482
MD5 5b6e0392d3af6199a56cdc6f853d040a
BLAKE2b-256 cb2bf8434233fab2bd66a02ec014febe4e5adced20e2693e0e90a07d118ed30e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp314-cp314t-win_arm64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pandas-3.0.2-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 10.9 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pandas-3.0.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 57a07209bebcbcf768d2d13c9b78b852f9a15978dac41b9e6421a81ad4cdd276
MD5 e4bd3e8aab519ef2e4ed37351f54332c
BLAKE2b-256 002fb622683e99ec3ce00b0854bac9e80868592c5b051733f2cf3a868e5fea26

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp314-cp314t-win_amd64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 734be7551687c00fbd760dc0522ed974f82ad230d4a10f54bf51b80d44a08702
MD5 ef2a092578651c8cd5a44f1a516410c4
BLAKE2b-256 e4a52f6ed612056819de445a433ca1f2821ac3dab7f150d569a59e9cc105de1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4544c7a54920de8eeacaa1466a6b7268ecfbc9bc64ab4dbb89c6bbe94d5e0660
MD5 5f49f87555cc6c8b9adffd65e77833f5
BLAKE2b-256 56cafd17286f24fa3b4d067965d8d5d7e14fe557dd4f979a0b068ac0deaf8228

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b444dc64c079e84df91baa8bf613d58405645461cabca929d9178f2cd392398d
MD5 b3ddae17514d2285b2f9c0c18efa1181
BLAKE2b-256 bee3921c93b4d9a280409451dc8d07b062b503bbec0531d2627e73a756e99a82

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4d888a5c678a419a5bb41a2a93818e8ed9fd3172246555c0b37b7cc27027effd
MD5 e87d520e2b0cb88c1b11b0d6c0cb5b74
BLAKE2b-256 da6e558dd09a71b53b4008e7fc8a98ec6d447e9bfb63cdaeea10e5eb9b2dabe8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae37e833ff4fed0ba352f6bdd8b73ba3ab3256a85e54edfd1ab51ae40cca0af8
MD5 b9a427107e901591827a42f795f52a9d
BLAKE2b-256 a83e7b00648b086c106e81766f25322b48aa8dfa95b55e621dbdf2fdd413a117

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 140f0cffb1fa2524e874dde5b477d9defe10780d8e9e220d259b2c0874c89d9d
MD5 0731f89940842db2ca183a1a883b16cc
BLAKE2b-256 f16c7b45d85db19cae1eb524f2418ceaa9d85965dcf7b764ed151386b7c540f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: pandas-3.0.2-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 9.2 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pandas-3.0.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 63d141b56ef686f7f0d714cfb8de4e320475b86bf4b620aa0b7da89af8cbdbbb
MD5 d8f39865920ebed43a778007b26b066f
BLAKE2b-256 0871e5ec979dd2e8a093dacb8864598c0ff59a0cee0bbcdc0bfec16a51684d4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp314-cp314-win_arm64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pandas-3.0.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 9.9 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pandas-3.0.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b35d14bb5d8285d9494fe93815a9e9307c0876e10f1e8e89ac5b88f728ec8dcf
MD5 50c421cd510c9019d174b795c81fde65
BLAKE2b-256 db60aba6a38de456e7341285102bede27514795c1eaa353bc0e7638b6b785356

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp314-cp314-win_amd64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c4d8458b97a35717b62469a4ea0e85abd5ed8687277f5ccfc67f8a5126f8c53
MD5 77a2bae3318ce1601fc1203a0167b95b
BLAKE2b-256 9acd19ff605cc3760e80602e6826ddef2824d8e7050ed80f2e11c4b079741dc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0f48afd9bb13300ffb5a3316973324c787054ba6665cda0da3fbd67f451995db
MD5 dfb4955ea9b7af13fa3cdbf323a1352f
BLAKE2b-256 069d98cc7a7624f7932e40f434299260e2917b090a579d75937cb8a57b9d2de3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 deeca1b5a931fdf0c2212c8a659ade6d3b1edc21f0914ce71ef24456ca7a6535
MD5 37fb1bd83bbe1fbf690c36975677693c
BLAKE2b-256 15883cdd54fa279341afa10acf8d2b503556b1375245dccc9315659f795dd2e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 01f31a546acd5574ef77fe199bc90b55527c225c20ccda6601cf6b0fd5ed597c
MD5 c2b1a7e6c73e23560eda2380c6c1f1f1
BLAKE2b-256 8d773a227ff3337aa376c60d288e1d61c5d097131d0ac71f954d90a8f369e422

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0555c5882688a39317179ab4a0ed41d3ebc8812ab14c69364bbee8fb7a3f6288
MD5 14196ac4dc718678e57135c58907a643
BLAKE2b-256 9525bdb9326c3b5455f8d4d3549fce7abcf967259de146fe2cf7a82368141948

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 db0dbfd2a6cdf3770aa60464d50333d8f3d9165b2f2671bcc299b72de5a6677b
MD5 78bbd0d29a3187e11397a7b443d950da
BLAKE2b-256 bb40c6ea527147c73b24fc15c891c3fcffe9c019793119c5742b8784a062c7db

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: pandas-3.0.2-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 10.5 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pandas-3.0.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 7cadd7e9a44ec13b621aec60f9150e744cfc7a3dd32924a7e2f45edff31823b0
MD5 8a17cd52d98882d993c0a6da6e21de8c
BLAKE2b-256 e87409298ca9740beed1d3504e073d67e128aa07e5ca5ca2824b0c674c0b8676

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp313-cp313t-win_amd64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81526c4afd31971f8b62671442a4b2b51e0aa9acc3819c9f0f12a28b6fcf85f1
MD5 101c737d220c55394d125da1df3a3bc1
BLAKE2b-256 1ec4bc6966c6e38e5d9478b935272d124d80a589511ed1612a5d21d36f664c68

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b5329e26898896f06035241a626d7c335daa479b9bbc82be7c2742d048e41172
MD5 413ba4bd35275b468cb212cc7614833f
BLAKE2b-256 47a485b59bc65b8190ea3689882db6cdf32a5003c0ccd5a586c30fdcc3ffc4fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5880314e69e763d4c8b27937090de570f1fb8d027059a7ada3f7f8e98bdcb677
MD5 ee779ad119507c185d94cf975c5980e0
BLAKE2b-256 0a65d1e69b649cbcddda23ad6e4c40ef935340f6f652a006e5cbc3555ac8adb3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d1478075142e83a5571782ad007fb201ed074bdeac7ebcc8890c71442e96adf7
MD5 238cbbb4183ccab7e849dca28e36dd4c
BLAKE2b-256 3bf8462ad2b5881d6b8ec8e5f7ed2ea1893faa02290d13870a1600fe72ad8efc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b75c347eff42497452116ce05ef461822d97ce5b9ff8df6edacb8076092c855d
MD5 cdf0e24359d42cb4eaa2b46128c96016
BLAKE2b-256 e99549433c14862c636afc0e9b2db83ff16b3ad92959364e52b2955e44c8e94c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dbc20dea3b9e27d0e66d74c42b2d0c1bed9c2ffe92adea33633e3bedeb5ac235
MD5 7e612f828e97d73cfa9b0cdc1e757898
BLAKE2b-256 72207defa8b27d4f330a903bb68eea33be07d839c5ea6bdda54174efcec0e1d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp313-cp313t-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: pandas-3.0.2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 9.0 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pandas-3.0.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 5fdbfa05931071aba28b408e59226186b01eb5e92bea2ab78b65863ca3228d84
MD5 18ad95c39845a2d684868d09bf8ccc45
BLAKE2b-256 883921304ae06a25e8bf9fc820d69b29b2c495b2ae580d1e143146c309941760

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp313-cp313-win_arm64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pandas-3.0.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 9.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pandas-3.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 07a10f5c36512eead51bc578eb3354ad17578b22c013d89a796ab5eee90cd991
MD5 1d82879571b328d7542a3e1ae6df1ebf
BLAKE2b-256 5e5242855bf626868413f761addd574acc6195880ae247a5346477a4361c3acb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3096110bf9eac0070b7208465f2740e2d8a670d5cb6530b5bb884eca495fd39
MD5 7ed9c6e9d9f1db8e51c9a752bfedcff9
BLAKE2b-256 de6477a38b09e70b6464883b8d7584ab543e748e42c1b5d337a2ee088e0df741

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c3b723df9087a9a9a840e263ebd9f88b64a12075d1bf2ea401a5a42f254f084d
MD5 2f33cddaf5b4f93586cb35aed886342f
BLAKE2b-256 98fe2249ae5e0a69bd0ddf17353d0a5d26611d70970111f5b3600cdc8be883e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d3cfe227c725b1f3dff4278b43d8c784656a42a9325b63af6b1492a8232209e
MD5 430a0a746e66c91af60b4fb013f978e7
BLAKE2b-256 12c5cbb1ffefb20a93d3f0e1fdcda699fb84976210d411b008f97f48bf6ce27e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 710246ba0616e86891b58ab95f2495143bb2bc83ab6b06747c74216f583a6ac9
MD5 c5ec2086469a7e9cf70342a57710af5f
BLAKE2b-256 5c2b341f1b04bbca2e17e13cd3f08c215b70ef2c60c5356ef1e8c6857449edc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d606a041c89c0a474a4702d532ab7e73a14fe35c8d427b972a625c8e46373668
MD5 f0c2ff623ad94e15c1f4eec72c09cdae
BLAKE2b-256 0b77dbc82ff2fb0e63c6564356682bf201edff0ba16c98630d21a1fb312a8182

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b5918ba197c951dec132b0c5929a00c0bf05d5942f590d3c10a807f6e15a57d3
MD5 7fac590ec19a70e25a83838558aded84
BLAKE2b-256 bfca3e639a1ea6fcd0617ca4e8ca45f62a74de33a56ae6cd552735470b22c8d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pandas-3.0.2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 9.1 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pandas-3.0.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 08504503f7101300107ecdc8df73658e4347586db5cfdadabc1592e9d7e7a0fd
MD5 876c65a501a0d96c54937d34658aa6fa
BLAKE2b-256 d5187f0bd34ae27b28159aa80f2a6799f47fda34f7fb938a76e20c7b7fe3b200

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp312-cp312-win_arm64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pandas-3.0.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 9.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pandas-3.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a4785e1d6547d8427c5208b748ae2efb64659a21bd82bf440d4262d02bfa02a4
MD5 5db1b95ac983e81db64b02c197d4b014
BLAKE2b-256 7b8b721a9cff6fa6a91b162eb51019c6243b82b3226c71bb6c8ef4a9bd65cbc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 32cc41f310ebd4a296d93515fcac312216adfedb1894e879303987b8f1e2b97d
MD5 4da288e2d2a4368a7e11e289790d7764
BLAKE2b-256 fa5b46e7c76032639f2132359b5cf4c785dd8cf9aea5ea64699eac752f02b9db

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f8d68083e49e16b84734eb1a4dcae4259a75c90fb6e2251ab9a00b61120c06ab
MD5 4fda8a433806b612fee5ab6061b31dbf
BLAKE2b-256 da657225c0ea4d6ce9cb2160a7fb7f39804871049f016e74782e5dade4d14109

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ef8b27695c3d3dc78403c9a7d5e59a62d5464a7e1123b4e0042763f7104dc74f
MD5 b917382296075934cc84b86b27518fde
BLAKE2b-256 c4a83a61a721472959ab0ce865ef05d10b0d6bfe27ce8801c99f33d4fa996e65

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aff4e6f4d722e0652707d7bcb190c445fe58428500c6d16005b02401764b1b3d
MD5 5766b866f1e6bf9dd838d9660de350b1
BLAKE2b-256 61a916ea9346e1fc4a96e2896242d9bc674764fb9049b0044c0132502f7a771e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 970762605cff1ca0d3f71ed4f3a769ea8f85fc8e6348f6e110b8fea7e6eb5a14
MD5 bd9c57a2cad6adecd81583d7b503e9e4
BLAKE2b-256 35d04831af68ce30cc2d03c697bea8450e3225a835ef497d0d70f31b8cdde965

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 232a70ebb568c0c4d2db4584f338c1577d81e3af63292208d615907b698a0f18
MD5 cc47ee9e361fa349da2e3c065084f031
BLAKE2b-256 f3b0c20bd4d6d3f736e6bd6b55794e9cd0a617b858eaad27c8f410ea05d953b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pandas-3.0.2-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 9.2 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pandas-3.0.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f12b1a9e332c01e09510586f8ca9b108fd631fd656af82e452d7315ef6df5f9f
MD5 29c07ef7ac8a0a610603592de893bb71
BLAKE2b-256 8feb781516b808a99ddf288143cec46b342b3016c3414d137da1fdc3290d8860

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp311-cp311-win_arm64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pandas-3.0.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 9.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pandas-3.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ed72cb3f45190874eb579c64fa92d9df74e98fd63e2be7f62bce5ace0ade61df
MD5 8d88047ac2fe8fcca4bdc7094810e92a
BLAKE2b-256 44a097a6339859d4acb2536efb24feb6708e82f7d33b2ed7e036f2983fcced82

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60a80bb4feacbef5e1447a3f82c33209c8b7e07f28d805cfd1fb951e5cb443aa
MD5 1a4f35c03b8d8967504fc81ea8919d91
BLAKE2b-256 2ecf0f4e268e1f5062e44a6bda9f925806721cd4c95c2b808a4c82ebe914f96b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c934008c733b8bbea273ea308b73b3156f0181e5b72960790b09c18a2794fe1e
MD5 580c2d558db72e8a66c8ba9f8ef13c53
BLAKE2b-256 90e33f1126d43d3702ca8773871a81c9f15122a1f412342cc56284ffda5b1f70

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61c2fd96d72b983a9891b2598f286befd4ad262161a609c92dc1652544b46b76
MD5 3a94953b97cded0a4ccc77351a754f79
BLAKE2b-256 2017ec40d981705654853726e7ac9aea9ddbb4a5d9cf54d8472222f4f3de06c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 339dda302bd8369dedeae979cb750e484d549b563c3f54f3922cb8ff4978c5eb
MD5 675877ad9b6bdb6f67c1cd304a7ccf93
BLAKE2b-256 52779b1c2d6070b5dbe239a7bc889e21bfa58720793fb902d1e070695d87c6d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dbbd4aa20ca51e63b53bbde6a0fa4254b1aaabb74d2f542df7a7959feb1d760c
MD5 8ed3774b2014efac1b8253c58c875d98
BLAKE2b-256 c4d3b7da1d5d7dbdc5ef52ed7debd2b484313b832982266905315dad5a0bf0b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pandas-3.0.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a727a73cbdba2f7458dc82449e2315899d5140b449015d822f515749a46cbbe0
MD5 d5bceec50e0dfa73502089ee892c2abd
BLAKE2b-256 97356411db530c618e0e0005187e35aa02ce60ae4c4c4d206964a2f978217c27

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on pandas-dev/pandas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page