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.0rc1.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.0rc1-cp314-cp314t-win_arm64.whl (9.4 MB view details)

Uploaded CPython 3.14tWindows ARM64

pandas-3.0.0rc1-cp314-cp314t-win_amd64.whl (10.8 MB view details)

Uploaded CPython 3.14tWindows x86-64

pandas-3.0.0rc1-cp314-cp314t-musllinux_1_2_x86_64.whl (11.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pandas-3.0.0rc1-cp314-cp314t-musllinux_1_2_aarch64.whl (11.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pandas-3.0.0rc1-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.0rc1-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.0rc1-cp314-cp314t-macosx_11_0_arm64.whl (10.4 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pandas-3.0.0rc1-cp314-cp314t-macosx_10_15_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pandas-3.0.0rc1-cp314-cp314-win_arm64.whl (9.1 MB view details)

Uploaded CPython 3.14Windows ARM64

pandas-3.0.0rc1-cp314-cp314-win_amd64.whl (9.8 MB view details)

Uploaded CPython 3.14Windows x86-64

pandas-3.0.0rc1-cp314-cp314-musllinux_1_2_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pandas-3.0.0rc1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.8 MB view details)

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

pandas-3.0.0rc1-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.0rc1-cp314-cp314-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

pandas-3.0.0rc1-cp313-cp313t-win_amd64.whl (10.4 MB view details)

Uploaded CPython 3.13tWindows x86-64

pandas-3.0.0rc1-cp313-cp313t-musllinux_1_2_x86_64.whl (11.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pandas-3.0.0rc1-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.6 MB view details)

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

pandas-3.0.0rc1-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.2 MB view details)

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

pandas-3.0.0rc1-cp313-cp313t-macosx_11_0_arm64.whl (10.3 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

pandas-3.0.0rc1-cp313-cp313t-macosx_10_13_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.13tmacOS 10.13+ x86-64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

pandas-3.0.0rc1-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.0rc1-cp313-cp313-musllinux_1_2_aarch64.whl (11.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pandas-3.0.0rc1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.8 MB view details)

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

pandas-3.0.0rc1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.3 MB view details)

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

pandas-3.0.0rc1-cp313-cp313-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

pandas-3.0.0rc1-cp312-cp312-win_arm64.whl (9.0 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

pandas-3.0.0rc1-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.0rc1-cp312-cp312-musllinux_1_2_aarch64.whl (11.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pandas-3.0.0rc1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.8 MB view details)

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

pandas-3.0.0rc1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.3 MB view details)

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

pandas-3.0.0rc1-cp312-cp312-macosx_11_0_arm64.whl (9.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

pandas-3.0.0rc1-cp311-cp311-win_arm64.whl (9.1 MB view details)

Uploaded CPython 3.11Windows ARM64

pandas-3.0.0rc1-cp311-cp311-win_amd64.whl (9.8 MB view details)

Uploaded CPython 3.11Windows x86-64

pandas-3.0.0rc1-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.0rc1-cp311-cp311-musllinux_1_2_aarch64.whl (11.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pandas-3.0.0rc1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (11.2 MB view details)

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

pandas-3.0.0rc1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.7 MB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

pandas-3.0.0rc1-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.0rc1.tar.gz.

File metadata

  • Download URL: pandas-3.0.0rc1.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.0rc1.tar.gz
Algorithm Hash digest
SHA256 76bfc5790d0b713d082a0b2094d6e4af7399bfb3dd6207cc7046fe4de73c09de
MD5 e0c2c743a200d3bed83d65d76a416557
BLAKE2b-256 5ac5f2825785a7323c8d7ea4f38ca9827ddfc39b85daacaac65478f9c7b8883f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1.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.0rc1-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: pandas-3.0.0rc1-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 9.4 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.0rc1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 85dbfc9cc0b26f6f07b91c66f357617fa6183985f887caf447f0b52c66cda232
MD5 6b9607ed2b531810a418a3f66649ba56
BLAKE2b-256 6e501f57a2bafd90a6ddca96e05c015a79074ea5f1959904dd7be44124625df9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pandas-3.0.0rc1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 10.8 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.0rc1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 34d8098a4e3ce9c0d6c235072be3ba3a94f42da4a884aa5ccdcde1f0aad47933
MD5 0cdd18c292bfe05e323b6492c5933071
BLAKE2b-256 61f8aaaf23563baada8c5cea7f5d46b77c8aa71e7af683c1b731de1c719201b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e7bdc6a804138950f5ca6e6fc873ace92c8a4d17ac23b6900a9c95b95d88e14
MD5 a6b68d002fad0a8a7a844762138ef252
BLAKE2b-256 60ac4e0d391ae631f936a3710ced3e479045a40637bd5c86e5789429c89e627c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b619f74031c8474b58ee75bd4fe5a56f89fe0009cdfbb0736b2eae3deca6dded
MD5 2f0be7e19d4f4b41122d7081f423295d
BLAKE2b-256 ca6d339116388730ac9ccd10e7b491038dbab1c4cafec863deede7c4cc14994d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05015e0c0b6edd4b44eab818bf72d1f1604f39d5ac4bc975d5f042bdff858c54
MD5 1ef7ce55d75afc69c7164cf9e5de2acb
BLAKE2b-256 668adca73266405348b09b18ec316b9abed924d512994f96df51bce2fa287375

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bdd95f95174fcc78bce40e97ca26c46ffff89cd57cf1d305b30e5d041b0aefef
MD5 7e22bd3cc4d182e1c37f01c97343d4df
BLAKE2b-256 1e5017ee68dfc09fce0a22bbb0995638341beaae26862419b24347d6389e8de4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 548f52fe74e42e13df4f80adb454200c87b7fa174ff7f4ac02c4c7fcc32946a7
MD5 ecde32e73fed922c674c43838b5f618b
BLAKE2b-256 3cd71087ebda369b6876c45bfdcf0da45ffbfa30d0dfae46ad6f99742b0f81b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e41bdd1f06a6f99cbc59245a7765ee2c9ae991674ac7e0baaa39496aa57b6a36
MD5 49f82f81bab1b06de89637a28b4e00ae
BLAKE2b-256 39b250bdb01a3aaf7293ec13ef2670c667236e01b76b949bd932b2a76fecf903

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: pandas-3.0.0rc1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 9.1 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.0rc1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 99189e4252c076f6d1e4920c586a83b9e035f82c9ff98fbffc6ecf29e1be5de4
MD5 be11937b156641257b9b2d3914b3c96e
BLAKE2b-256 1852fa78dc8fb20d43cb3d07f91d75c77651484674404d1258631b7ab31c811e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pandas-3.0.0rc1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 9.8 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.0rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5ab21f63f653dab4fc08d2069b0824d8cdbd270aaba9501bac91dde0fdb8dde4
MD5 b61186d49a43f382eae29c96c269a194
BLAKE2b-256 8e9ebe6624881769064b3f121a30bf7a89c9af198b1c75eef5ae69f4c53dfca9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43958f4d1c4752c2faf3c1c99017630c0588449ac85c6cc9d3d239711dddd7b9
MD5 c4d6572ec516b5c11b8e83d644aeb673
BLAKE2b-256 385e976211fad4f53e3d6c01c628154b2479bad9775e325376e88fbd5738e2c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 12a8dc27d4eb67601b8cbf9d91860fa888cda71f709bd7faab3a782bae19770b
MD5 402e1b4aed71bb5b6aecafe02b4b244b
BLAKE2b-256 ec8c5a1a185e06c39f9a74ceb5c14f726087f63c746af78de7ae5be350599fc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2d31e26f0d7281abfcf2a1bd06d9cbf1aadc2d4a879e32ec21d28c2c2089d231
MD5 ad4f226e1fc45c7df2323896a0d213c2
BLAKE2b-256 a19cb81fa64eb08add53afb9559a0d7ceef97b71b14c8bfa610c3b5029b76db1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 05c1906f250dee01b4c7c50b9b8094508297bddf6d9ebbe85c69be9dafa27213
MD5 1d29c05342e3a96a373ee5bd98be6e64
BLAKE2b-256 a2db3a776e1d45610ebfd6242597250260d4fac8e166ec0cf9921d3e44f022c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95277356c9db56be89e156848feedc63e9f904f8f5ab41846fed32173a8d541c
MD5 b2be1158c752e6fa402e20bc2e7fb50e
BLAKE2b-256 23f270225a80286d23c1769e6c83765b7472f7939a63df3182a0d14c2a460151

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ea4381c9dfcfc4411f1d1a3e343f75aa19fff02a76e5137bfb6ac5e20f4c7d59
MD5 51cf169270403c86f3a38469a2b0ac6b
BLAKE2b-256 0903fe99286d560985875d3e1262dec0836b40464a7f1b2831e1753c9888def7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: pandas-3.0.0rc1-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 10.4 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.0rc1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 637d2ce2463550fc3850da660659f747083d608e5882f66becebf74816c5493d
MD5 f7a28b41027b3e692a2865cad692d45d
BLAKE2b-256 1b58005a7a65495ceaa8f33af59357a0956ebab675dc94c34237bdc055681490

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eba48d31c0bd8a6e7875e19a2091fd2d6d5eb99288ac99f164b29819f3cc07e0
MD5 5153b796aa8047d4e6fcd6917a074020
BLAKE2b-256 375509b48513324c501dc44256630c596539769d48bb5ad63f1a9a3844852e07

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2b1f8a762bb83b6ad43463d1eb6ff0723078f0c5388fb1b2bcd901e2e6c78577
MD5 47d81b23fee89d6e35afdc723ffb7402
BLAKE2b-256 b5edb1de6ba7b15ef69087148cdaa5ce7943504c8eb3f93cd591a3d8780e7f65

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b4b3ad6681d8d6228be3e256bdb68adc1c5d1baccfb89506dde6f015e828bead
MD5 90ff816d7257066aa22055f0e8988f2d
BLAKE2b-256 2e7c5b3f307a4ad22958c65643f4dc5457a113bd510fb9034742b737d56b553c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fb1da63e460ee42a657e29a9a6b924f7dc2d17af4490b633ce1bd77ffa43bf0b
MD5 493d5e70bb7c2adf22392fd23eef5299
BLAKE2b-256 f4f1d0afce2464d7c5b80bf013031e2284e8af5ef953a53b23276b6d6de63d78

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 487e849ef1e54fe4b1fe77263395bf89d7901b774bd8dd277812a46f30739921
MD5 f2236e3df4dda2147d3db6b02c8fa45a
BLAKE2b-256 52f7312ecbcbf946da8e13b80b54b22d199c28ee984d48f1c18bd26ae0da0bf0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 73090fae0db99be7d592e31705641e0acdeb64adc8d004bde0d3301e90da79b5
MD5 797cf1f8075bfcf37f80613b268b483c
BLAKE2b-256 6ecabb0d50f789f2d2265ebfa0c447bad55d0d23b5ad3f378553c56fc9f5e4ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: pandas-3.0.0rc1-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.0rc1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 bec194517d86e787e622a7c222c0ac79684fe2199402f23b40dcd1777ec5cd0b
MD5 078b125469141129c025f74c5a13b5ca
BLAKE2b-256 57039d5f9cda9d20c5088378fc0b6b61b321563690dea2d38f9858ae6c26034b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pandas-3.0.0rc1-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.0rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 87b5a0bdb6d84cf084f00385d9d1e13ed021f06ed6ff56ab00c5b35426065626
MD5 963dbaa9f80b05e3d7aed48cb99c15dd
BLAKE2b-256 09849d0739fcba030ef4fceb44d2f3cfeadd979f64c3401e6744a9065957585a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f1044833fde08efb3b704103c6101b036d14c7235794ab46dccad63f636037f
MD5 f0d6c928cc14cfa8db4eadda3833fcec
BLAKE2b-256 b750999d89d7c2091fa8edaa6f62fa4c860e181e58d1abe399c15297b0007c17

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03a05703a2ed9973d2c0d5e694746d5d49f0388993f0976b3749e298134a96ea
MD5 93adbd9a58daed95bdf6ae6177e2e95e
BLAKE2b-256 fa17bd30bda0940505aa495a9fde45ded79e396ba7c58fd0f857a9e4a682ab02

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59d3587fe2721fa5f7471c296d559cb4517b4fe49981bd659f78ca08e45ff7f4
MD5 26a3c3ab1fcc58e1223df6c5a59ce28b
BLAKE2b-256 8390bb1954b289edc504d762e83fe20258ee5e4f79fced57da2a428189469429

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 73be4d724c2ffebdf8ff23faa4c8df6d67b1ec3194ed71e9fbe0cc50c50ce938
MD5 37c92cc1ee9de9efccd48aa98fc1f307
BLAKE2b-256 3652987234b57de087c0033b759b5e5187df18a6901513a7f249ab001380b1f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 120f7af1ae1b8efada81d056055372fc290d4ce1d600d76dc890a19b6d2e8d5c
MD5 045677e0eb2ba828b45625a045c760ca
BLAKE2b-256 9aff8769cfa4385b68971ca1c06507fec1b860e27882067b22fe5bfb33d8edf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 044db67a11f7e0929abc0fc185b5eb0c5acaaae49a530bd0465fe575d45957be
MD5 602dedad76137ca3166c8921d48b80b1
BLAKE2b-256 9a798c6fafc30524eb0e2e5a82393ecb2406e7d6de5481ecef7e13bebd275aa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pandas-3.0.0rc1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 9.0 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.0rc1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 34248e90a4cf78e23a4f200e7170f130aaff4ea0dd8658f86d9e4a17bf547dd6
MD5 b27fbe77b1516212b43a3b855acb900b
BLAKE2b-256 715fa2eb25c8a875c52d2a8646344c98820cb258d325a7dd8c8ca172fcfae36d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pandas-3.0.0rc1-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.0rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ac7db90ab91f48d1b1e6097aa9dbe61b969779656823ec7763969a50e866a772
MD5 5b8d25ffc81d614256aa859644c35828
BLAKE2b-256 5a31d4bf97305517461832a9902b637a860adf1a7eec75c3e69cc6f9f4bfae4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4cca8813044026ffc2b1a8605373b4b0732ced718bd7aeabbfe0e48221fa99d4
MD5 3f852612fb1f821dfedaa0c15c4cc77c
BLAKE2b-256 71ca434f126314d248b7cdf5d5fffbbc636fddb9558c846bdbf296bde2fe1525

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b825dc038231e30d5c37c4964a9e49268728c8b0b85387f99099554f55c18268
MD5 b811c87fdad040f5ca69b9c09c130dba
BLAKE2b-256 9fc425742560c6152ed536711c8a1c3faa76fd49830f83753bc1d058311e8b3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6658025142d593a2bfc1a9f682241ce9212ca74ab51baea82806719c51ebec3
MD5 8d4b985b16e761c7e66b072236ffbf64
BLAKE2b-256 525a6da76c91a7f63d319d0c5b3d3a0a69bd1d16c328d363c6ae67ff16f7c6ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fbf7e33a97ffb6dc03db963468e4cd66d5e6ade5fa5e8c4dfcb3fcc0ceea6e6b
MD5 4bff17fabb3a96b7760add463a720cea
BLAKE2b-256 a451393a842e02e61c9bdfeaad622640dfd56169527cdce5e445b0d8d6452194

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 004af2dbf173c2fe9995dabe718af838c4d8671e7106fd4bb613929fb001a82d
MD5 f19c6e0c8ad2e535b1ce05ddef6853c2
BLAKE2b-256 2ca49bc11e764c2486eb424467873423a5bce0f596da3497f4611d3820ed17d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ca0f232f96b03a5ad740a4d1eeec645468cd5a8483d6b1837a734504c4eec563
MD5 c0e76f5ed8b69699b9aee77cc794dcb9
BLAKE2b-256 4f0a7f123a0f7578e6a8b94991d266cfa130ee45fa18f6a5b2f75a4ac7d2ba88

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pandas-3.0.0rc1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 9.1 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.0rc1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 dd24891447a8934157850676ed129ac0cd98402eb93f07b782fcc9fa93d4536c
MD5 92d73734fc84165a12e2a7e4f97baa40
BLAKE2b-256 beef74c19261a88961e2a20dadd40e07d75f2656d054131fe8296c1334d7676b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pandas-3.0.0rc1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 9.8 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.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3648f1ac0d3b14511c0b386e91a69035ac69f61718130e0e8539bb0babdd6702
MD5 a6ae7cc2ac1eaeaadb0c4445c4ff3be7
BLAKE2b-256 03d9605cd207628168a8358cede23b7d3583b84668c4e7d1e4991e4a05812cdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f6c00b691e0ebd61bf0f33c36b449146749825a49d3b06130b095a13e32fe84
MD5 a5e0d11727c87b75a99bcc87ac015247
BLAKE2b-256 c05b98411c9cece8610d67f2726c0c2fb00da440bd5f02f85094e1bb9ea713af

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b991708cfa6b9614a8ea456f024ed1e4ce8d63bc5ae50e10f8d1feb0910ce9c6
MD5 c0382e92e35bf569618de1a859302936
BLAKE2b-256 efba7de315c1b1b92526f7292889728d2b06d0643b55155485a15537c33f3328

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a292c1c3f942a303503b31b3fd3208a322996eed11750216c030d33abf14e65f
MD5 aa53a806cd2ddd2f7d1ec850969ed901
BLAKE2b-256 db656cb69ff29c0ca1c247c7a8ddedef413743da8b812cf3422c2f76a93f39ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ef6d93391a3141d1fcee0a840d7c643a010cbccb6788cb54005083e0d5a419f1
MD5 78b117ce913d184e74ba57d8ddee7b65
BLAKE2b-256 9fd4a8f326866ab231f47b271d73572fb9b88305d9a8a3b39651e26e5be73fdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3bc0fea0ea8f880ad25c5cbb7127062329db4e2f9359987a28e73d323ed86ea7
MD5 d0e2e406b0f3566e8fd2953cd35ce57e
BLAKE2b-256 aa9702d214ae964f785e7d44369376a6c2cadf16d2b60f74f5a41e07e962a5f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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.0rc1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.0rc1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 48947da2aa7bba25eaec003a9371cc226923d315b23f4ed0d789cedd26d36d9b
MD5 28baf0cc39322429baed714a9713e8b6
BLAKE2b-256 d0094424270dca9439bd160cffb0ec14ff64ba1db7e6faa175460b7f597091a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.0rc1-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