Skip to main content
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

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.6.tar.gz (4.7 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.6-cp315-cp315t-win_arm64.whl (9.4 MB view details)

Uploaded CPython 3.15tWindows ARM64

pandas-3.0.6-cp315-cp315t-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.15tWindows x86-64

pandas-3.0.6-cp315-cp315t-musllinux_1_2_x86_64.whl (11.7 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

pandas-3.0.6-cp315-cp315t-musllinux_1_2_aarch64.whl (11.3 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

pandas-3.0.6-cp315-cp315t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.6 MB view details)

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

pandas-3.0.6-cp315-cp315t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.2 MB view details)

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

pandas-3.0.6-cp315-cp315t-macosx_11_0_arm64.whl (10.5 MB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

pandas-3.0.6-cp315-cp315t-macosx_10_15_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.15tmacOS 10.15+ x86-64

pandas-3.0.6-cp315-cp315-win_arm64.whl (9.1 MB view details)

Uploaded CPython 3.15Windows ARM64

pandas-3.0.6-cp315-cp315-win_amd64.whl (9.8 MB view details)

Uploaded CPython 3.15Windows x86-64

pandas-3.0.6-cp315-cp315-musllinux_1_2_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

pandas-3.0.6-cp315-cp315-musllinux_1_2_aarch64.whl (11.4 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

pandas-3.0.6-cp315-cp315-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.8 MB view details)

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

pandas-3.0.6-cp315-cp315-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.4 MB view details)

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

pandas-3.0.6-cp315-cp315-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

pandas-3.0.6-cp315-cp315-macosx_10_15_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.15macOS 10.15+ x86-64

pandas-3.0.6-cp314-cp314t-win_arm64.whl (9.4 MB view details)

Uploaded CPython 3.14tWindows ARM64

pandas-3.0.6-cp314-cp314t-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pandas-3.0.6-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.6-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.6-cp314-cp314t-macosx_11_0_arm64.whl (10.6 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pandas-3.0.6-cp314-cp314t-macosx_10_15_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

pandas-3.0.6-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.6-cp314-cp314-musllinux_1_2_aarch64.whl (11.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pandas-3.0.6-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.6-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.6-cp314-cp314-macosx_11_0_arm64.whl (10.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pandas-3.0.6-cp314-cp314-macosx_10_15_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows ARM64

pandas-3.0.6-cp313-cp313-win_amd64.whl (9.6 MB view details)

Uploaded CPython 3.13Windows x86-64

pandas-3.0.6-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.6-cp313-cp313-musllinux_1_2_aarch64.whl (11.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pandas-3.0.6-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.6-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.2 MB view details)

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

pandas-3.0.6-cp313-cp313-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pandas-3.0.6-cp313-cp313-macosx_10_13_x86_64.whl (10.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

pandas-3.0.6-cp312-cp312-pyemscripten_2024_0_wasm32.whl (7.1 MB view details)

Uploaded CPython 3.12PyEmscripten 2024.0 wasm32

pandas-3.0.6-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.6-cp312-cp312-musllinux_1_2_aarch64.whl (11.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pandas-3.0.6-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.6-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.6-cp312-cp312-macosx_11_0_arm64.whl (10.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pandas-3.0.6-cp312-cp312-macosx_10_13_x86_64.whl (10.4 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

pandas-3.0.6-cp311-cp311-musllinux_1_2_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pandas-3.0.6-cp311-cp311-musllinux_1_2_aarch64.whl (11.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pandas-3.0.6-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (11.1 MB view details)

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

pandas-3.0.6-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.6 MB view details)

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

pandas-3.0.6-cp311-cp311-macosx_11_0_arm64.whl (10.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pandas-3.0.6-cp311-cp311-macosx_10_9_x86_64.whl (10.4 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pandas-3.0.6.tar.gz
  • Upload date:
  • Size: 4.7 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.6.tar.gz
Algorithm Hash digest
SHA256 66b07ef7315a31bfe1089cd3d71a7de781c9dca986762d0b4fe7c0ef17465d10
MD5 266f5c79f15155e604c1e7066d351596
BLAKE2b-256 e217d7b106e05bfa642e8694451e7d3d759c6a241c5386a5d962e4f66c047e06

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6.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.6-cp315-cp315t-win_arm64.whl.

File metadata

  • Download URL: pandas-3.0.6-cp315-cp315t-win_arm64.whl
  • Upload date:
  • Size: 9.4 MB
  • Tags: CPython 3.15t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pandas-3.0.6-cp315-cp315t-win_arm64.whl
Algorithm Hash digest
SHA256 963ca21199097a84c7827c4678b04e30833084fbf8ef44fde3fa7180a29f8fa0
MD5 51618336e756fa998730f34eba22fdcc
BLAKE2b-256 0ba36419c14da2adc1f09a6a183b8f91d7494d325b287f4ca984ac04f663638a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp315-cp315t-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.6-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: pandas-3.0.6-cp315-cp315t-win_amd64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: CPython 3.15t, 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.6-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 83e91d15738d7783c050197cef2f2cf82fc6353dae9865aa87ed1fa16aa4d55a
MD5 c28c6ba94bd6e33b7a10936307a9a5b8
BLAKE2b-256 733d1b142bd0d0f1326a5d98c91c955b923cd1e06b5eecb428cd9d8817fa01c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp315-cp315t-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.6-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.6-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8fe77b408d82e2615674dfed62533b95e18a03610573877422aada4f625d4947
MD5 c3d5ee317407f0c1a4e4947771c36571
BLAKE2b-256 9d8a1c5bd2642b450e374b6191189f47c49538fe41f82348a66de6f647e6ab59

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp315-cp315t-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.6-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.6-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c826e9babb7790142c399f58599d8de679bea059d7b39c5b6efa2096fac37266
MD5 685ef670968c1ba76b62944efde4dd5f
BLAKE2b-256 c7d1eba72e9d905e84e79aefeefdcc6bc1abe15d9077973566643f4211636966

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp315-cp315t-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.6-cp315-cp315t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.6-cp315-cp315t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 86fa853a12e0b70927e2b1ee00d56d2224ec9cbb4b9d58348b5ad52d2f21150e
MD5 384b5cfa682b6a2796bbc4bc153c39f0
BLAKE2b-256 d54f4eadb7d86a921c1e8bc70916cfe601ed667c4169118d17d69958611c21f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp315-cp315t-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.6-cp315-cp315t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.6-cp315-cp315t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a77a1a44e4d88f1c6a2a64d3eb12efec8420875722e14279800b173a7c7c2804
MD5 775585f2623973895c1a4aa78d804fc0
BLAKE2b-256 e927e0a27a5a5c27f7db66657b44def9e93121fd0ad4f0808355b9898fcbf204

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp315-cp315t-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.6-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pandas-3.0.6-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6e4aae3e9bea26c6c9a20d88d96c86ec4a99b4db5fd516bcb4e829ab2c0ee36
MD5 41f326ee93681a5dc5ea0b7b2dde579b
BLAKE2b-256 ea8be1876bfdc1df06bafc022d33202b5663bd86c81df2a6140aacafd0344669

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp315-cp315t-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.6-cp315-cp315t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.6-cp315-cp315t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 265f562fdd1079f69f3de96dd425c3405224038c0af4f920c54bd240ee2c4640
MD5 4ac1a40c168d56751d4c686a59086d9b
BLAKE2b-256 4725d5f6cce5efa17c38e4f752a875b4a26d66cfadd529cb8c81672f0376d6a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp315-cp315t-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.6-cp315-cp315-win_arm64.whl.

File metadata

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

File hashes

Hashes for pandas-3.0.6-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 97274c9adf6255bb48c620cd6959805efa7f09ea2167f0e0ae006a448cd2fca7
MD5 dc47643b00eef7eff26309ece366353e
BLAKE2b-256 8703df3304a9c2833c4810e7f1c887b04105b24731f9deef8b5d5d04522a375b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp315-cp315-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.6-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: pandas-3.0.6-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 9.8 MB
  • Tags: CPython 3.15, 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.6-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 253e12cb9081b0afbac607920f6142975966bc315135e09de275fdbaa415d2de
MD5 e6b2018d8a11719f42ad5d16d65f9478
BLAKE2b-256 c0301c0d46acf236d19ef975e9cdd5d1e0dd54924b03f0ed8287096ad4a18152

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp315-cp315-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.6-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.6-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1bcb3e9ed29e74a7439cedff9e2aefd3ea65de84d7de9ccb6c194192541bd60e
MD5 0712a182720378885b168c3dfe846f65
BLAKE2b-256 0a8705bb3003737f80375d7311774916a24d161e2e591abe8c672aed7813defc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp315-cp315-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.6-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.6-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5edd0a7abb0986ecce1ac81f56d99b6763f86aa6946dceb6c661224f90af5a19
MD5 4e2988d922d66f92a1ab7cce8962c658
BLAKE2b-256 2fb6cd3038f31ade5e8d2b4e1c9549d4b31e4d598469562f47142b2ad9171c0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp315-cp315-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.6-cp315-cp315-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.6-cp315-cp315-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4ff44b2cb51cbd691c91f92c4ea6c71e34003f239ebd67c2e857dc898466b49c
MD5 609c51778929998c3a5574843b48ba28
BLAKE2b-256 43205ece0e9cb79a6473216620db6a90546f578001c2bd857b77c444b27acad1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp315-cp315-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.6-cp315-cp315-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pandas-3.0.6-cp315-cp315-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e25e2e1adee99ddfada6f7206a79ae8e9c8a8861b0e3eaaba165006d3eef18e
MD5 00b7d1da7708c9324fece7d97f93ce9e
BLAKE2b-256 54366af478ec3a26d7754555cd62c3101c589c0931b1d85398e4fa5403910a1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp315-cp315-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.6-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pandas-3.0.6-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb6900de08ac85f93ac4948aa6b80842eba555875337b8359035ac9c43e92d34
MD5 f4aef366bf42cb9b8e61eb1465cd41d2
BLAKE2b-256 0908a310cb2fefe6d2b4623ab2150da818d93d4e73e33b58e4d163bb74243c5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp315-cp315-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.6-cp315-cp315-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.6-cp315-cp315-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 50c44cbf5820b6b91a5f74aae04972472aefadd3cd9fbd1010409d85528bd570
MD5 9f33de5b3843f77cdfd512c5a29f30a9
BLAKE2b-256 b67747c5fb0be8bdd00116814c2c40d9ec42dbeb943865ef95130fe58a898226

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp315-cp315-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.6-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: pandas-3.0.6-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.6-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 a4dbd4dc65cbe645b92b8785d0f96dd7311010dc6606cf620e51b07b8788a12a
MD5 85f13553501a930f5e5a09f70b2a88ad
BLAKE2b-256 7a305e5b2ccabeca73ae2b03fc82bca3eabb7466cf43737f05ac08d591665d47

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.6-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 10.2 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.6-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 429d9df32731ab01383ed98f2baa7a60368090d1a94fc06019a12062510e8630
MD5 c4a8cd58737aab392cf1fcd87fbd8e58
BLAKE2b-256 f6c6d64b72d64d7eb0fad9fe424d34138e45dee70ddbea1360dcd0adf30e28f6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef738d71d1059245b6bb03e312be06d8b3821326a83486c1ad03b9aba3710e44
MD5 426a1cff6facb8ef670dbc612adcfdb6
BLAKE2b-256 f33274b48d87df2b80892d713c149abfe36d5db4de41b4eccb042a2bc07dafc1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd75ed0c840f709fc2ae26ddd9534ac77ca1a48ac0cce521a74acaa85f3340a7
MD5 f1b38199c0d04966300fa392b6dcc113
BLAKE2b-256 caabbab587148a3852c96aae26c4b5f9e04ce2221801ad94e166b4fbf969ede0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 db7ec631f26223beee8e5c9e0b8f23c24d8197bbd1d982421d4e3188bea51965
MD5 677f9fb22be8fe6fc03d120264d8f9a1
BLAKE2b-256 04f5001e230a7a7803590d9275a1a3f7e1bb605e3a495cfe5e8d3a532090621b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6ff482fa91fa2bafd92e8fe66ce3645c851824310f295c1f0a2f96e928fc4541
MD5 2b91c3c16620705eb827b16e2ef64b35
BLAKE2b-256 4bfae6ecd0073c98be8f840ac3125b955272835d7d9fd69f5944383b164deb5e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7dcd21238cbb4828ff148481ba01cac8946dc5121457b5aeba28636f8f99a60
MD5 6743e0d20f929b20253c381bfdbb0a53
BLAKE2b-256 c4a9b500982e9aac6d52a58da4ad3f11e14168a315b06906b3f397c427878065

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9e492cd4bdba6778de4fe0df7f4590c012161ebcf9902dce01b01dc683105514
MD5 ffd383e9f9ad7f3e1a7e83646833263a
BLAKE2b-256 67babad0f8dac020ab38a8637fddab01a57a82da7a496a6e6f19590aad53ab62

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.6-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.6-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 fb625f426b375bcc96e3a04c5d5d266cd7be6ae5d6866e0e703382ab5164068c
MD5 90f406003602f34149d95aeaec0666d8
BLAKE2b-256 8b9edb14c059c21f9baa1907d436f8bf30e0c76c6288225c5e8b79a08ba8b2c5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.6-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.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 77ccbe5057aece6fc172b9b77f19c04335af6882bc2e10c8f3ee4e6bfb3da553
MD5 c6fd5d082867fe8669a4635063b832b2
BLAKE2b-256 b7e9f43410fada510b43fec09993c08f552086c3d247d3ee801a678f3cb10ea5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 583be68728a31d0d750d5b8d9e00f02b153df0d4655f858bde93cb84cfc4227c
MD5 a757c6b9e69999bbcee3a3dce995ffaf
BLAKE2b-256 d68ab441c587dc7355bf6e1f68a91b4f76a6c29740f0c23be3acc5d4ebbeea6d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 22172a92e7ee678ec0140c7af4fc9366b55413834a1cd86af78b3caa0b0574de
MD5 ab112ea1d523f588e6ca6c896cd5e5ec
BLAKE2b-256 775be150075b2c6eb69fae896f2d9239bc6ed07db97735971d53d66de6553460

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 62f51d7f651c8054c5e82a69265c98082e795d1442df7ca6edc3a545d61214b1
MD5 33e599033b65a31bded37bc3beaeb83b
BLAKE2b-256 cabaffdcb19be4ff6bfe7d969e7cef2c567c633df5a3a1cc1053394ad053bca8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 654aae059295dbba6ecd2328ca12712a2cf1676214c8699f1c29213f7ccf9c34
MD5 e6fb2f7d19a5cf64db0d9647c4565b7a
BLAKE2b-256 bcf2cc5f2adb8d6e86a85d9fb5128f8cf205a61189336f70d1f7faf0d1b53ec9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff51a4459ed036e93d1eb1bb5e6e7b28685d3cb6b7c12b91c05b31024e234729
MD5 af6d3faa0da90c7030217e9791f4a3fc
BLAKE2b-256 356147ae13476995cc8a40cd609e93e7cf11f273d8692925c2903cb6d38aa0d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ee913a91669056c1de1a6b733fbfeab711de9e54e3bee2dfa5fe79d9457247d1
MD5 349a240a23b5052c02def45269b625d6
BLAKE2b-256 75551a8875395b05ccd572cbca0b9255dcd2db6e6508e632a558c1a6884b39ad

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.6-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.6-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 cc39303913e2ea129915670de5d1c9fbd647f543bb72e5543bac8baa94e9e42f
MD5 b71577bfb29bffc1e3779bb217a83253
BLAKE2b-256 752ee7b35b712edb068d382ddc8b2bea8a04974100515ba2daa22b478b265842

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 9.6 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.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f3ce8a6968045481e91a3990e797e348ce13db45ee164a7095bbc824e26c09dd
MD5 191b10ce20d063af15ecd8bc1435a75f
BLAKE2b-256 c0bd63cb67e6903ef6d9c2871916dbcbc09d254da0fe8b870cf62e16b21945f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f8029ec0f1f89e4f985929ce1f6626dabf3140d61a4e9c1215afdab34eaf9a5d
MD5 e0d683e99a129d1b2efaf569bdf457ed
BLAKE2b-256 1ace8aef2e561a2f2c8b38c913c67373c65ba6748174e763d27c80271b24bd17

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b27c8d890e4aa2171437ae2a39de1d215e674158e4865c4023a8b31c932513b2
MD5 2ad72ecd8a3214da4052432ecce27c97
BLAKE2b-256 7b12f82d13a2cb703e1a8acee7e01fdc2b898d9cd0c00f07d1dfce63af43e350

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1e92d9fa834c7d877130027cddc0cad8dcff97c1f6cca26bd6310f847228b658
MD5 5b67935ea37cc2b09b660b1c56551c91
BLAKE2b-256 50fa96d50e1e6cd0b08b5e2b7c838f65ae644940f75a124063380b5ef73b6866

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 097090508a1dd335013d39106fc10b20f4fd4a171638e47b77d55798ed9dab6c
MD5 784120b32b470b8fc78c5e097bbe397b
BLAKE2b-256 431ad951442e5607c6e3b2462eff8f420797d428aa74b87c6ecfe4f48553626e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60d81f9e1799b36f3739e7fff44d1fbb2e8fd5a271b3863e03de9715fccda0fa
MD5 54ccaa886bd61bc47190b0a17beabc02
BLAKE2b-256 eaca87f8548f73d452aab35e4a90f8b39ae303295e0f2ef0b4055c44d6b3f1be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9ae8073aed8e21d1a7fe263dcdc6840743549722a6738198a0a46000fa9476f2
MD5 0272297fa8a5f7565fbdf02b2689637d
BLAKE2b-256 8e1c143605a1f6443ad50ebda78a31e5a3a10147fec2590e931584aaa5ff0a09

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.6-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.6-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f4e7c52eb108d752e7592268108fd3e98efd76d83a3125cdd06c621c2e44359b
MD5 014bf79f64ce87a9d17d4c109279de72
BLAKE2b-256 3b113d580a604a1e35d69f6676847bd12db7d14344bc677b717f4413e79c5d0d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.6-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.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3ef908d28590b3f42d7070e7ad8f9b34b442b260b7f3c1afb57e0040c58cdb1b
MD5 a80e691c9547af3f9972f81a4b9e6a8b
BLAKE2b-256 bd2a14b3b17cd75cef4a1ee1af4234eb41cc1afe4103b98c2d80e8916abfd42b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-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.6-cp312-cp312-pyemscripten_2024_0_wasm32.whl.

File metadata

File hashes

Hashes for pandas-3.0.6-cp312-cp312-pyemscripten_2024_0_wasm32.whl
Algorithm Hash digest
SHA256 2a8fc94be2ee5f1d86f97aacd8cc566f81680b6498e76f3007421bb5d98151bf
MD5 74ed1f7b13ee9e78f8c84caa5d03c5a6
BLAKE2b-256 c7335b717af24d2f27995e51e0875a269dddd373045216e34cf62e3aa764eaa1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pandas-3.0.6-cp312-cp312-pyemscripten_2024_0_wasm32.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.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pandas-3.0.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 569e114072b24fc4970c12e2b4bab252671668a40b324318903380cab0254c0c
MD5 1910c64657cc247aa499cb62e151ad7a
BLAKE2b-256 f2d2b1182e8d39100369d7f13f4a125a3fb6b096fef112c46d0566c25781ff68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e7c1905ef02c3d6d43d9dbd5b6ccb4da4870a0b0c821bbc103fbdb6f3ad2707b
MD5 f1cf54e94c5d72696d65acf026f15dc2
BLAKE2b-256 39531b57f3162501fe36687e4870e1b918a6458ca7386b173af75663ace95857

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0704044b676496b8350e023b09f174a26772456c974a2b11c36bebb558c9490d
MD5 2134fc6d463829ecc5ecfd2c6e72328a
BLAKE2b-256 cb670c0f18e38d7f2d2af8c24b3315bc4046e73bbdd4a5540405506671ad0c0d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e3dccb584123b399c07562ac4d62543e90ede49ddf8ce3c13ffc64cbe828c281
MD5 aaabd46a48815ebd0f64592419130489
BLAKE2b-256 67fa613d867c3d9554a61bafdec6f79565c8a3e73235feb52cc4a72ad2e0fa6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9dab635a549e58a053c7b0fa054dc0bd7be22f0ed9a720f4a85d5fb993276172
MD5 fc6fb1588065d8804642b4b4c38306b6
BLAKE2b-256 188f48907c7c707b61a8e5018c32e1a3f70623209bfb59020a2f6196159d3aa7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7dac2d65e9087e8e7b5a45fe15c4920911a221df061ab629943ce016489145c7
MD5 448cf634e279762e293710a0b32dd50e
BLAKE2b-256 774c597d588c055d4373cff19cbbc32d4dd046c7be8fadee957585b5ba9e5b24

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.6-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.6-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 5e75072773c1b2f7cb63faa3a6f562aede11f3976f68ed34cb538bc091a28171
MD5 f9af903e9abd3d806ae5eb099218f0c4
BLAKE2b-256 791e2a30df0d7dede5c195300a1820b0bc21cea3aa24e4c8b6c4431565ecc79a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pandas-3.0.6-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.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2e5fa32ff162dfdbc280157d664f44d23049ae414725af9676df339c501d82cd
MD5 19af6b90035b10bd751ae8aabe4438d8
BLAKE2b-256 d3dcd2df02854aec5d47659acfb2be352eecc691845b2f86e99c84f1010a8671

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3a22e07fe75347eaacc75b0e85297947af4fba6b4aae23916bd8b6828d0bba3
MD5 307a7d07d73e6e7298697aae21e3e305
BLAKE2b-256 58549b494de4a3dd92fc6eb19187db1b21afb50fdc21962f32ea1aca9f270cb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 994a79608263fe1c14cc48ffa7300e2b834b7d1cb406ffe96a08828cb0cdd79b
MD5 8614b1687825d7ca289e09bc5d04d063
BLAKE2b-256 1a6f3d58f15bbe972f3d7bfa13ee06d731785a76fe8d232c92b2655a8de14127

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 47121f9571503f724c9b93e297ab6254ac99c77adf5e9ed085ea419fd585c258
MD5 dd3ff9a1cd1236b57d5cf8d2130c255b
BLAKE2b-256 63bedfb6cc9329d0bbe76dadda8a1113d026bb996ec76c509221368dc68349f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1e7c0afdcaf6661d795fcefc2f647ddd1136f62cdc153fba177c685d97a87808
MD5 1e450ca812e063a88d7c5d524f83db13
BLAKE2b-256 54b7707e966129f77ee8a39d41a41bbd989b790b3fef581c6e26b821315cba6b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7564d86a94c2eb8ab290b07f63ddaae5c032fa53897c29a2ff2197d43aee8af
MD5 796c344cdc15f79e9d64ff1c5d0e614e
BLAKE2b-256 55a639db5d41f3eb5d7846626312cb30e0cea48e988fc47a3725698bc931ad3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pandas-3.0.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 085e3786ae6b2e82b406266bce36690f72b9dc1421903ba9296b2981a9fcf586
MD5 9752bdf0c84a2166f27f69bbf9242615
BLAKE2b-256 7d4888e8d250d28efa8163294f6809a71683c7ee67f63ac7c33021c0503b3547

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

This release

3.0.6 This release

58 files

3.0.5

42 files

3.0.4

42 files

3.0.3

48 files

3.0.2

48 files

3.0.1

48 files

3.0.0

48 files

2.3.3

55 files

2.3.2

42 files

2.3.1

42 files

2.3.0

42 files

2.2.3

42 files

2.2.2

29 files

2.2.1

29 files

2.2.0

29 files

2.1.4

25 files

2.1.3

25 files

2.1.2

25 files

2.1.1

25 files

2.1.0

19 files

2.0.3

25 files

2.0.2

25 files

2.0.1

25 files

2.0.0

25 files

1.5.3

27 files

1.5.2

27 files

1.5.1

27 files

1.5.0

27 files

1.4.4

21 files

1.4.3

21 files

1.4.2

21 files

1.4.1

21 files

1.4.0

21 files

1.3.5

25 files

1.3.4

24 files

1.3.3

21 files

1.3.2

19 files

1.3.1

19 files

1.3.0

19 files

1.2.5

18 files

1.2.4

16 files

1.2.3

16 files

1.2.2

18 files

1.2.1

17 files

1.2.0

17 files

1.1.5

24 files

1.1.4

24 files

1.1.3

24 files

1.1.2

16 files

1.1.1

16 files

1.1.0

16 files

1.0.5

16 files

1.0.4

16 files

1.0.3

16 files

1.0.2

14 files

1.0.1

14 files

1.0.0

14 files

0.25.3

19 files

0.25.2

19 files

0.25.1

15 files

0.25.0

14 files

0.24.2

20 files

0.24.1

20 files

0.24.0

20 files

0.23.4

20 files

0.23.3

19 files

0.23.2

19 files

0.23.1

15 files

0.23.0

15 files

0.22.0

15 files

0.21.1

15 files

0.21.0

17 files

0.20.3

24 files

0.20.2

23 files

0.20.1

23 files

0.20.0

9 files

0.19.2

18 files

0.19.1

19 files

0.19.0

15 files

0.18.1

17 files

0.18.0

10 files

0.17.1

14 files

0.17.0

14 files

0.16.2

14 files

0.16.1

14 files

0.16.0

14 files

0.15.2

26 files

0.15.1

16 files

0.15.0

16 files

0.14.1

16 files

0.14.0

15 files

0.13.1

10 files

0.13.0

9 files

0.12.0

10 files

0.11.0

10 files

0.10.1

10 files

0.10.0

12 files

0.9.1

11 files

0.9.0

11 files

0.8.1

11 files

0.8.0

11 files

0.7.3

11 files

0.7.2

11 files

0.7.1

11 files

0.7.0

11 files

0.6.1

8 files

0.6.0

11 files

0.5.0

10 files

0.4.3

8 files

0.4.2

6 files

0.4.1

6 files

0.4.0

6 files

0.3.0

6 files

0.2

1 file

0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page