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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

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

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

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

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

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13tmacOS 10.13+ x86-64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pandas-3.0.0rc2-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.0rc2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.4 MB view details)

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

File metadata

  • Download URL: pandas-3.0.0rc2.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.0rc2.tar.gz
Algorithm Hash digest
SHA256 729cd21b8387d9cba48ab357d2eea72215af6b631440fa00b2cb8ea5f83c7dbc
MD5 154e655b859f6150a4fa615151dba263
BLAKE2b-256 111f08274a71f6198b47fa6abb92c99ab87bfa088c3fca71b467a874c7a8db47

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc2-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.0rc2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 ca31735412b8a2d571dcbd1498d011946cff3bc6b758d5eee30172de1a9c195f
MD5 e6e2e910723f213265b9b62617780785
BLAKE2b-256 9662c661764e20fde95ca6579198afc6fd0f28a75886ccd3a73a866c25a94b30

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc2-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.0rc2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 20b8b50a5974b8a3c86eb806ae772aa9f7b4811715f768737533f544eddd3081
MD5 25b7bcb8574413d0ed541182c6579b3e
BLAKE2b-256 1a12a0d924429b75fb91ada4b4736f626089915a63def384a033bde60e11043a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 47966fb3d7b236a91e4f26bc6fb1a27ed09c95ead6d147958052c350abd545e3
MD5 ac7c5fb55db36aeaa1ae687c59136355
BLAKE2b-256 5bf7b962099d9706f14afcdc4aafe61f7710a37577eae6ac2098838e9fd3a52f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4ac9bf1a92277599eb3f6fa2f30028c26861d48c736a77b6c098c56b46e53b92
MD5 d1560207608eb5182dfe3b84cdaf1fc1
BLAKE2b-256 627d51edfecfbe95a83b472acd0ca676690dba7bdc86936c82ab485a6d6a0d47

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c22c471eec0a7c3bbfdbfe2a5cac0a2dc74ea24711534e0d69e0c308b3ad35ce
MD5 017bb49d0e4833913d2acfa6fbc09714
BLAKE2b-256 991028cb0417e80dddc82b69c8bc3e5d3b64c62102a50e4cbe8716ddaeb62b23

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8376665f907f6ee142987ebcd3f2e78f40833a7b03cd9a7c9a72774f9f0d4759
MD5 93256bdcfcef30ea31924b9c833d35e7
BLAKE2b-256 5343dfd47f186323205197204616f21bb833b18cbbdb817f32d63222fe249639

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 59c707013d019efba0af7cf731179d788f4d7309f367dc495082d61d201ad487
MD5 d4ecdb356d5df68155da77b59b75234e
BLAKE2b-256 f78c9f11cb31727589ada2d333a1c174fbe92b32de935d2efc354e0fa63184ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b31021fa98cdffe6cd6745edc53fece4b0f853290fd4a28f41bdf6a0dc644aa6
MD5 0d7eabca26d90a3a7754b5395307b16e
BLAKE2b-256 a89eea3f5c1ccd292fd1d31b92c5fc3ab03364e63b54e3f24ba9a27dc4350253

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc2-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.0rc2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 67995a405e0c959f59b004d002504c93ba2cb949a070755924c77f405335cd86
MD5 b9255e67c044f1c67e93ec74716d35e9
BLAKE2b-256 bf2d02c3dcec812d1fbdc9f487fed0d190d3c4097335b8c798c82678807b139b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc2-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.0rc2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 03f3ecf84c909b6468eed378c9f5be5aa0892e4819e25e0b4f1397ee11da3555
MD5 db57725562308a1f032389cde3bda734
BLAKE2b-256 43477353fac7046d14854dd9a1a22ba25ab8f8a45928abb7a76009da7b477786

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7ac831248102b92f4decafb5970fe0eed0c42d788b599485361aa225b26f2b4
MD5 c096a426efb0d922c12e337341971e03
BLAKE2b-256 5b7cc8c224a49de3f5a6e82af813c19055b551abb3456757bed825f8ebf3be62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 650a812ad0164548c91181306b3ebd8c41acc44b8f03bc447725c6ec84b61751
MD5 9f81e808646b7c257ce9e80f5e06de24
BLAKE2b-256 b9e22eabf98e251e0becaf58c97f6b4e4150d1ba013814059583688a281ecacb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ddd8ac07a9b30039a38512c8b917a52fb8b87f3bec110dd349801ebc5c128661
MD5 564f339af52114db66e88e98cd5fa653
BLAKE2b-256 a02f81c647c3f905023d06826762d86d76cc27435fe66396e1cebcddede5ea83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5000fcee5565e41053ff5d59e0d3d1b0784b492aa0f33b89972648de8615baee
MD5 69a2697020bee5c851ed162284cf1245
BLAKE2b-256 2a9b4a472aae89afd5c93d2ccb6e74ac94eef8b37c5fb2c56c647b1fd3e08813

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c26d22710d5b5f65e0e36ed1a73d08e96d8866b58bd56b45a93901c8ceffa152
MD5 d4d8895b51b7ce9a44dff57aad631380
BLAKE2b-256 d4a052ff58f8f4f210c41e2b7b777da1b6f754006576c34d130843147b663a44

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9e156705991758d892a6d008a76e2638d0d4f076deb2753a38034f64b7f4597f
MD5 4c532abf811fcd4f8bb9c481d934aebb
BLAKE2b-256 7854dcd99e9856271a0f0546c96a564c43d1445344a8e8f1ae3e7aa11b941007

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc2-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.0rc2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 0ba5dd0d048531caa41b14b6f537c8625ef309c8a0916bf0f317985ca0e999ae
MD5 a895ab34d8e8add320ae3dceab288ab4
BLAKE2b-256 d8440180ba10a0e2df75580edc1a7818700da23d3077f29bf9e6164faf394d50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d669ff45857a6b7db9ba8020ec4443d4a93b919da87f67b8bd71938848495dcb
MD5 03c6f23fce751a82578066737e7d3909
BLAKE2b-256 ca32c843f435b4b2873d1f9ad413019f755390fb823ebfcbff297fc546ecd189

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d74eb4e76cf84ef0ce8225d02ebdc41c432b286f2ce46e482193108579230a78
MD5 24a6e7ce6347bae829d0bd747bea7faa
BLAKE2b-256 7095095b4fd1fbfea415b0a3728e94876ed1c4e5887bbc0e76817f96de641403

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e9dc4fa215c768b6e92b1c589458dd0b071b8b362d276f189d491666f79e97e1
MD5 1716ff9a66c45b5ab8c710d5a4255543
BLAKE2b-256 26fb4ac312b87a08eb5f8bba574fa09cb4d599c90bcf15e8331d0ad496d1023f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f765354b411f9b1a2fb376d3efc03b9bd09034d55a6ec154969ca765c32713ad
MD5 4be1a63a833a650c5e8ea672ae87236e
BLAKE2b-256 d16444bdc4a30dd7a00510ffeb13fbb1dfd66df4761b4abd88805aff53b50cab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 629d2050db9427ca875ad9b36569deff91625c8ae8440ab8aa31d0648cc735d8
MD5 0bf1fb69f89113e4247219b257bb736d
BLAKE2b-256 4dc2fb57d65a4583fb7cadd75040f02ceeea8922dc1c0ae3b9ba9f713d27f518

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e5ba7f285c4ca98f6d2f136657239a57dee7f992e1401776287ff61232c43e4d
MD5 0b481f5fe99bea84567482849a4af038
BLAKE2b-256 9cb01bf38be28e25be6d07ceedeccf9b2cf9d7e6553598915f2e5e96a123fbf9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc2-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.0rc2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 d17c5a1ac8c08d8b80e3b593678b4ee0e44099c2a01765a12c46b1b3dd3bff53
MD5 89009c71710e42f9477325e8aca144fa
BLAKE2b-256 627c34bbdf2b6f072f3b1d0f461049a8a9368b34dc7283f2d4d305cf809839c9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc2-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.0rc2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5b02705857ff3511df235fb62d349259cf7f54e229eb1035e293f0650586c9cb
MD5 4458a73aa008abc7c9c8d40b6716dc68
BLAKE2b-256 a6f72fa268816d6aef475b09169f090286f62c7b483dd410c96f513c0a66034a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1408423ab06a278ae30aabdc3339cadff3dfe1b4d6ce77cf34e17810c00907c
MD5 2b24337000543d4f6d167a40744d23bd
BLAKE2b-256 6596e4bca78cfee5b8b7b921b609673768f8752a282bdbde669a43591a27e2b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 361f57da30ad16486d51410e957033864171930316e7f28caf8ded2fd00eea79
MD5 ff975aff7f6e0ff222ac26dc9a2dce9f
BLAKE2b-256 f511c953c00093be4ea3d2b1846a8c1f2f260bcae90ff61c3898da5406fa7ea2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 358185abd60c12e78ecec4affaa86f7775e847b77547bffff5f15f6992149d99
MD5 e369f14006a1f8865b5ae6698b64e20d
BLAKE2b-256 ab5af4370b79eb4212abadea8905e3df058268043260f9fa97d86c0df54aa500

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55adad848bb154cdca4a6501c5c961979a1788c4e8e2aa14bd42ea748264ee0e
MD5 4a76d1b0cbfa2063e596c73e603d54b1
BLAKE2b-256 e4435cd6162ad4b311dc8340442d7d71d79c4ff0e1b009e349790099a10f98fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 673e4f7550a61f994a8f1835f71187657953e970077d74fb0723d1fcc98d4b80
MD5 195b9f32ca42b9a895413c8bae72d85f
BLAKE2b-256 088f435edcea6bec50778ccccf0bd271f7d0eebccca6d04384e1f8e413b2c9f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 683ecc5e0f1080bdf2f5cb8d707b1dd506bdd77b199394151d7864f5e9da0a0b
MD5 bdeae5c8a06df77e41c42b7943b9343b
BLAKE2b-256 09b79d31c2e0ef9950e6ca6238683a265867264ddc2ed25cd1643a102fe6488f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc2-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.0rc2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 14ba8d94cd6f745df3e0436bdd4c9ff52398c8021d68ffadca1584a7274279f9
MD5 e0b1116996cd7a6cc21d0323f9a100d2
BLAKE2b-256 43953e35b6d59cb1fafd34a38ab10fb429d8e4ba03b96339d68fd5d173544f1e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc2-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.0rc2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5571a1f6fc0fc261bc1d29411dffe4ec7e24e3b68a8389e6323ac938fa034496
MD5 05e225db5e0177b155fc2803fa518271
BLAKE2b-256 569911de164e26a73f43a5ea22ade77b0bdfdb8e09b16e28c4755811357ab41d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30ba850bf3a32752343fa4e257bf923ed98cb760e14d2d15c76fa2025967ff4c
MD5 efd8d20c1f2b617df0516e71ba4da8a3
BLAKE2b-256 1f186c53df82e8eebed1a0f49792c03d6a7b3f778ebf799a8eb97f3c33d27d78

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2cff2610511c67179ddf1b4d1bebb3633a99eb8a6771a61a429fc6ae9f4ccd49
MD5 589a651504f1909f6616bb6dbe58416c
BLAKE2b-256 107845a85eef31e9f6275680c03da67d35c0e6eb5119bb38d0393ecbd20c3543

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1b35456e7c226b09669b53bd4b4c0a00dfa2ddde05ccad7a628d523dc80ca5df
MD5 8669e8f502c3d9ddf795a55d381357b6
BLAKE2b-256 09e256216c4c0632fcd8302334e6c7f4d5e31b50d56d19d3f6e639f19afd2987

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c8819c12754d3a12c828e837f3849437d5acfed6a8d798fd602c66cc2a509864
MD5 805aa6024fc3da525f0cb0b07927e479
BLAKE2b-256 e3f995214db1dca6b184a0fc36d65e54c27680979fde7c5a4a0eeffd39cc8a93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70de622f93c565933a8f98f71a2b59ec2102ffa57fdbd276e9411065eb24409c
MD5 0d53864f195dfcd70a1bd4b028564fb9
BLAKE2b-256 691999db86d337e0c983f014e3651cd0e9f0933319a4c5117556c4bd96135be1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0f69f91f4842695acd6a5873e05978b7bb9c726dbb38342e5bf58deff396fdab
MD5 9423b0a5459cf13e95bf21bd27073f0c
BLAKE2b-256 5ab2e7248bd85e93b0d6555fd46f67a074213c1f9e881ed9cac2b13802d4d0b7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.0rc2-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.0rc2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 1173a5e726820afd4c62fccbcf110180f8b4df4263529fd930153b98e40506b3
MD5 db99581331ada56a7c5e063db4dc8ef8
BLAKE2b-256 c9f093f216827ffa2ca4183bccc3165adf73956b5874c5f2f9da990d223d73f7

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pandas-3.0.0rc2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6271c5957c53b36f73d31635f904e8312390acc1f9ed0028636c5cdb7986a680
MD5 ea4d9a8e84cf666dd2d5e0c575049607
BLAKE2b-256 842093e05420431a988c64fe462cce0c0bb03b4dfc7bcf9c38bd3a7704ba6f07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 121c60216c87d692cbcec8520144fbd533a980943e0984b01396843663ac78dd
MD5 372a201aa0384dfc51ad16819f22a9e6
BLAKE2b-256 fd80890164a2d251d7e59a33f82fba7d6e6e0ca9af82793cb883a2736f1d6814

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4111776c2f79ada00845c8787274bf49731d5d1693c0bb7820ea87a30d4e22f1
MD5 eb6c25943daa8219a7f937e619693919
BLAKE2b-256 804de3f5c47a7d325cf7537cc724a7b38cc2e32ddad11787f1ce3719878efd00

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a06c93f65cea7b5938da7f702bc2e7457c87534cfd3f04396c840d36e6455897
MD5 eda48346a630cd42ea1d7118cdbae46d
BLAKE2b-256 e53d7165735c8a08c328f22febf808344d99bd8b5742c9d4688a28a3f5fd565f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a41e08031092573fa6817dd94817ac48c6b9d126675568b8fa22f8353223140d
MD5 183d2fa11d06a9639fef978c2b73bab4
BLAKE2b-256 8c0ead17ce14c125abf15a909fd6910961fcf6ffb79d175650998298641cd906

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0dbcb182f504b02dcf9de29b2828fe38d655b3d95118bdb3ed2b7c2dabe5f4d4
MD5 f1556cdca68816a29b16b12f0e620637
BLAKE2b-256 7c075b9fd9062d432e747e077a1aa257a214f5ab7298b6c0ac50263db9e30dc5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.0rc2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0803eb1c8b064c6de78b75677349748aad29af95b005c3f7f64b58231851c492
MD5 b89d4233b2b7dea51b479e39067d30c7
BLAKE2b-256 c91a55e0b5a335ceb5efbad1dc7e4d6111081aed1c2ec75b9addf17ef35c3f32

See more details on using hashes here.

Provenance

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