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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pandas-3.0.0rc0-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.0rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.2 MB view details)

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

pandas-3.0.0rc0-cp314-cp314t-macosx_11_0_arm64.whl (10.3 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

pandas-3.0.0rc0-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.0rc0-cp314-cp314-musllinux_1_2_aarch64.whl (11.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

pandas-3.0.0rc0-cp314-cp314-macosx_10_15_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pandas-3.0.0rc0-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.0rc0-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.0rc0-cp313-cp313t-macosx_11_0_arm64.whl (10.3 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13tmacOS 10.13+ x86-64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

pandas-3.0.0rc0-cp313-cp313-musllinux_1_2_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

pandas-3.0.0rc0-cp313-cp313-macosx_10_13_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

pandas-3.0.0rc0-cp312-cp312-musllinux_1_2_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pandas-3.0.0rc0-cp312-cp312-musllinux_1_2_aarch64.whl (11.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

pandas-3.0.0rc0-cp311-cp311-macosx_10_9_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

Details for the file pandas-3.0.0rc0.tar.gz.

File metadata

  • Download URL: pandas-3.0.0rc0.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.0rc0.tar.gz
Algorithm Hash digest
SHA256 ac699b803f83f54c877fe11f0e563c5862808ff08471d64281ecd13056207ca4
MD5 6151359565cd6437e85bea0b7f156195
BLAKE2b-256 3cff75db8b415d580e9125afdbb4aa4a480935ddc071dfc30d0a2a668e3cebcf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc0-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.0rc0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 d9e45f1263c822c4cc2621cbd548904a6a126b305a90ea64770218787b94736c
MD5 76afd5e5d6fa25942bc4bf5022373199
BLAKE2b-256 0f627318be6ab4387788526aab39bedb2495a5653f0e6386a897709776820eab

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc0-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.0rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 eed419f07d5cf00d4364ba27cf9e8235ec7d9ae8e4e9abb638eefac31bcdb9c2
MD5 fd95594c008a59f8e0341546ebc5e2d7
BLAKE2b-256 49c2a31d18862f8e7843587b76e327dc8ec732e09e026dd2afe1665004222750

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1116e344fbc806f58c5a20ae605b05a1f7f3785856db8b0568df405eace348b5
MD5 faab7c7b3f2a0d7a6430a17ca55d1b8a
BLAKE2b-256 44087043f2577874573ce3549e19477b6f83543087b1ca0d87740ba0f1a0450c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9285d332011b8bbb1a340d5037ba7f6764d9e5e9a43c8c6c328f40c8600fc017
MD5 afb272a0c5219da738eb0083cf013631
BLAKE2b-256 59012993fcfcbe6a145d178036d3f3670334ef468a5cb4337c8edc3a533fe16c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c86a5477c41ebaca5dcdeff9eaaf5553122c3fd69a739d33da383807502adf4
MD5 540a8bc1b6cb91f9b86067ccb4f780f3
BLAKE2b-256 5f0e90baf33742c1b9473d6b658c816e85a1b3ce256f8455c17a27831dd61b46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 706ba5fad118ffcb29ae73f4a5da02099a7395e8205f0c3dd2a4a6f475903b00
MD5 a0b763a0720187bbc9509e846343e849
BLAKE2b-256 3239e9897c5d3dfe598ad57d2444a0db0a7c8b307fc05af63cb1a1eef1818595

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1bcadb130766deea257657d1e25dee8d932eb05309609332305383077432eeea
MD5 2ef1790670e66cd423b7cbeda0f33b7d
BLAKE2b-256 f6c0915da92032a40b8a8a934461e3934df6c2c94978614ef35d82c930dc81e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bb900f2d6ead5ec4a5a0a0a2cd50eb359d649728369f25bf53a293164cfacac0
MD5 33a85f4cfb6dec76dd8322f3508ea098
BLAKE2b-256 dc0c68b1f5a8ac1f48cd318920847b784ec0c7f1908770c3847817abe68fcfa9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc0-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.0rc0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 0225e7097af5c22b81dbb4a9b763a338b5996a36f968ed2a53723c50f0983f05
MD5 bf9aaff903eb88f923e1dbef23ac0272
BLAKE2b-256 f282e741a45fbdc22babe13d35108aeda21633525a5d5aa6c9f61b84be352003

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc0-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.0rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7b4ba5f9905ed21ad0986766bbbbd3284f2d6502a982d2e26bc5a631bf8bd490
MD5 bce4520aafe79c15f147b51e6d099c4b
BLAKE2b-256 1def81e726c3479262c9c158639a99585027c6e43555241ec71587e43a3b5761

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b6c88cc5818a2067917b3992e49d94339ccd017650105511fc64bd04197a24e1
MD5 b8d10810e88920769b43baf1a39b2fe1
BLAKE2b-256 fdea59bdc72092a8111db1f63689f36c48dcfc6252f5c4a009db72b12375e171

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fdeaded87fa1b1110f2853d5df10f1ec4aede5f4deb5f9f72d5e19773e28851e
MD5 764c862d2a7f4e4b9e0155d002cbc620
BLAKE2b-256 93f5a4f91e0069b1c8736ec8a483d1c53b91255c56e71a075b6e9ebefe7f11dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a603cde08e4d696aabe37bc0bd3217b353b6af034b05391f80a4a1cf8edc8b7
MD5 d2ea9bb61f525e34efbf9bc81fdcaa59
BLAKE2b-256 3f632cc48e498efb7760177615d95186bbf4f8d1e4cd71d34161d34142148809

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 25372deea9aa09505b499935eb22deb983ec15d8c47db3f4d2ccafd3bd0ac59f
MD5 8b812fde4017b3107bc7f81c96ff1e05
BLAKE2b-256 764d86b2c9e1abc5051cf4156337e2d3b731f5a6d0246c16fe334356414eaa63

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 038bac85bd72d5c85f07debc2a0a7b6d4b360d3ccc85ace88489cfdde2540222
MD5 a5c7c6f0be7f1e24aa64c71e88222dc3
BLAKE2b-256 d8b0a57545a65a0887de8022076be3b693e674823670348dce2f7b1ff2fdd708

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f774899a765dcdf70d30acdfa50fc44d67823780b4cc8c2c786972d277752d92
MD5 555e04ee19264fad2ee50aa11b9cb6e7
BLAKE2b-256 dd2dd1358d1b3bd536a627978bc47680842f978e830973c04aecd9dff69a1f18

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc0-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.0rc0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 e7ed6ac8aab6d4bab92faca014efb2a8edbb075847912ba37b5feed7d32756b0
MD5 f29e2732a9dc847bbe3e6fdb487057a9
BLAKE2b-256 94cf5e7531b4e5c10478b3697026c89a8cbf5d457879de3fb5c4a39f3bcdc511

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8b11b5de5417d70b4a523fbc80cb6f146c6745c1b180641db07d46fb372f1b0
MD5 b32bbcc8e81af6662ad211a07149ea9f
BLAKE2b-256 86f17551e33b82b7eae1f06886fbb1f2a6d05454c088349a291f6d747ebaed65

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4d53a5107d7edfbf3058532e50342fc7395a80552f3f75b6978d07b77a5679d9
MD5 34509df6e6622da23eb61d2d20728879
BLAKE2b-256 349565a6114984b053a24b9985ec361583f472f2e9063a61f8c8b09513b5a7bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 544bd153fa3c9361bf55f1b619600350e40b5a2161cb35e2137638e96cd657c8
MD5 d6a36bad96899afceb09b51417a9c56e
BLAKE2b-256 8eff5b4616486ee26e123a5bf74a23c48dd632d51430764bb5ab3b2a98ef9743

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 056f2e917c8d8188a5b2c82a3857a5c719f9276f04d3349f43db784002c15206
MD5 3331dd2720950dbc794ad0b8c4aced5c
BLAKE2b-256 1640bceba3416bd5ffa3f87864d528e90b52348fa1c2afc4674425eb885dfe65

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 180eb4aa0d29eb2cc1e05ec6bc8db37b0f22dd1ebf506bec7027ebf928335e14
MD5 19a6efea14d3e5450df9146b8ca4c305
BLAKE2b-256 a445e2dbde61caceaacdc4699db7ba11d17172645cae9bdf0c1e5cd8e4c3eff0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 17c34704bf7da870ab0c11e7e0b1fc6f72b055a76ea7031ed79439908365a8ff
MD5 c10d458bfa7e4d81087f25ac91241a46
BLAKE2b-256 a374f101ae1f322a8a1a91fb6f7dcb6ddcbc1c9a8dea811211f2bb0d963334a7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc0-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.0rc0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 38b9a0bf677f4fee95c8bcf2131c0c28cbb6a1e83f4f3e85a98ea3edeab288a3
MD5 60dbe01bef19e0aa06289d6a2fe22533
BLAKE2b-256 da2ebce3306d43d57609f8603ba5c88962552efd1c443039632cc1c366c99538

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc0-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.0rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0cc4bd7301cf10a37624c8c09c14270f1998d3a3babeedc52b4e680c4d5a4d08
MD5 350d4932e444c75e54fc13e64279bb6c
BLAKE2b-256 91cccda7a14e4bf1c3671ec6d11fbcbbf90982db96a0169d864f53225f7943eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af9a7d2ad44b36510cd1633f2599ac8302bba34648855e61c6c57bd730ba49b4
MD5 c598b42bbcb6a9d238f260ea7501f105
BLAKE2b-256 4725895c9397eac9938e602e3b459c25fd09bca39b5539c72fbf15352c059408

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f8eaf396d306dcadbf55372a0aa4198768504ffc7a67f23c9d9c559137c5dedd
MD5 09e9b07904e7d5e5668dfe6a76376a8d
BLAKE2b-256 a71ca81fd30a3745a0441b5b5e42dbe13654a8bcd553581b2cca8e86ad7ce420

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f04010735c71be38bb74a8963644a1ea8f1aab74ab34bedd30712ff06a8c5af3
MD5 164dca0e463a9e4e2318fc8c47ec6858
BLAKE2b-256 52fc8dda23f10e004ec510b2ab44c28d90e2b23791a45979c81a7f962cef08f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d17835d2c0228a9d839d0fa276948ae93af7a745a218d63d7a31096715cfb690
MD5 95ec8ee81a32855240fd5cf1e5006836
BLAKE2b-256 4adf0a4691269d656a7be269c84fb1226b415cda0d9f5d9a54d3edac7bd523a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1150709e34759596a4ff13a83997f4a4dbb85f201743c50faa4569ee4d1729c0
MD5 44f0cc6cd1f178e86a787113c203eca3
BLAKE2b-256 66d7ce424d122d24bc95f1a9bbd31c1beb68c528571ceec234e8c3904905e346

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ab73e4657916294f20f8438c31ae275cff3218fbc899c47448604f5b17f559a4
MD5 8fbf2591f7d3f9d61ecc54284ed530db
BLAKE2b-256 0a10f92f596ec4185f07b2d51061474adeb3fbd07c20dbe025095daafe54c4c2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc0-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.0rc0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 fa3672c908df437c847739b05a02d62f0fc773b9fe5e6406dd55611398bb95f3
MD5 19e37097878add9b8202ceac7f9c10a9
BLAKE2b-256 62bff81c6ea77561ddf8e7b4b75e42693b46d76721bf7c8e12a00c5837829153

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc0-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.0rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ebcae32e346a5b8e6c09b86077bcd10d099e1e13756daf2b76fd69296fc4bf2a
MD5 83061b49f62169abffe40aa80c63f55b
BLAKE2b-256 ab64c96485ae62be5657ffb16fe6f8435517b74037443e549278aeb6125f11ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f2873ef9d5772c2ce83092ab6acb5f56a587a97a6ead4b01277acf116062fc8
MD5 26fecf00ca5c66c6b8c01a00e796b9a8
BLAKE2b-256 fd2c0001374234be8f03cb6ea5d65bc11967a82d00587a4d05346f75cad0d426

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee35b5d6ac094ed28a81418c428fd1370302319933ea54ea55ed840379ab4441
MD5 9fd06c3eedc0baaa8717bbe09ef52bfe
BLAKE2b-256 34aced73b4e63624b1cd578d257186e66c9e445d4f56614bec90504b1cf939a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b8e37583215ae27d16030818e3a966bc68c701cf8601483d505e7fc35fe641ea
MD5 61584cc77b3266c6d515bd90d8500a5e
BLAKE2b-256 7b01085bdef198511fe5635165b31642aa67fdf8a6dc3a963e4822627e4c01d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 180e29fa1d467187b891e3431666a150bcaac620ecd544037b5784ce176a0ed6
MD5 2da3414263cdb1afd6aa15b65df748ea
BLAKE2b-256 a367a524a65141cad9d8a90543249ce21ccd143a3379ccbf4d66c04ca38aff57

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c900a1a61c431df549566fd1aee03e95afbd653290d783b78270ff8e4cc01c9a
MD5 8a9008f332f76d8a1a1f84465363e434
BLAKE2b-256 ddbd98d8b83e73f7d6e907e487217bd8c55680dbddb0f3d493cfbf28c59e4ced

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1b8b4034ffa02d5108d76a96f5e8ffb96d5fbf4922f81e4a1688f600ce746dc2
MD5 b7beacfcbe83eb7c860d49a7c0e37e4d
BLAKE2b-256 5fccf38bd262d40bf0dd14cb3357ce52557ecbaaeab2ef3b7b32ee149ee9a7fb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc0-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.0rc0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 34fd6e3481f33ab72c5783ecda0bb3cf1c104dbb655acf36bf35bfbdf35592b3
MD5 b95198155cc1f6c3fa45e2b2b2134d41
BLAKE2b-256 b2edc718c8bc0fb5df2be64fbdf09d90f100f24a18793cd25945c81d93a0429d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc0-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.0rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 12bb4fe74c41c22adedd21c17d1e799edbd93ccc39fec002c37419f9d5c7dcdd
MD5 f25a6acd58af5cc7c1520e3619771ba6
BLAKE2b-256 3a13e2ae4b92a4f852331616d87cfb77f5209ceb835f38dd645935e0f93c1f02

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5c8c89e335a9fed0ca9f0b3785bd63f45aa444a41e8647222c56f017988fc8a
MD5 86ca8552f4c0f72ae907e691ff91bf18
BLAKE2b-256 2111f2c0de03193ee99bc3110f6c4543fa4baedf225c7ec3066dc38be32aa8ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 76a810ab3651a1958bba8576aef2ce13fb0e646e1984341da1bd8bf905808dcc
MD5 de1710e456483b8e77fbe8ee486e1b2b
BLAKE2b-256 3d5c07c4b6b9425715ce0f4e99cc03b2f86b498dc47ddc80bd13d9ebe3ed573e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 943e05499bfbcc9ffeade7e433a65cb1939289302c75e437c87b10e40a963e1d
MD5 06bd6337885f85c062981fe92436afe7
BLAKE2b-256 c1ced5decee06e02bf9e97dd85ede0ec540bf30aaadef5384bb37cd034e7bf83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5ded838a45f4a8e4584c751108b69693b2ba67efa54314db8db7d22c544ee178
MD5 1438b9dccff4d398cfb269b1ec21fb29
BLAKE2b-256 ddafca89e0b8426cbe1fb6e66a3dc14d5c2b11c9de27275d2afb49057f6eea9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de28942b0e0ae3b24652162afb3193e3b376a748760813dc3c5434a68abead23
MD5 a09a7d882dd6286acc1ec07eb636274f
BLAKE2b-256 f3130843e498628e17918ea4474b0427a43db62509e41c9540812979e894ae78

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 83fd2cbf83b61ae13267032a4153707845ed002ea90832beebc7dfc6674622f9
MD5 61e433dbcb7ceed5d89e795908bd5a39
BLAKE2b-256 d21d1b686f64350e4b3d559a2bc9f622a0ac9fc1553be935c48568366791978a

See more details on using hashes here.

Provenance

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