ā¹ļø Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 0.1 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | https://pypi.org/project/pandas/ |
| Last Crawled | 2026-04-08 08:43:02 (1 day ago) |
| First Indexed | 2017-04-16 02:55:47 (8 years ago) |
| HTTP Status Code | 200 |
| Meta Title | pandas Ā· PyPI |
| Meta Description | Powerful data structures for data analysis, time series, and statistics |
| Meta Canonical | null |
| Boilerpipe Text | pandas: A Powerful Python Data Analysis Toolkit
Testing
Package
Meta
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
Where to get it
Dependencies
Installation from sources
License
Documentation
Background
Getting Help
Discussion and Development
Contributing to pandas
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
NumPy - Adds support for large, multi-dimensional arrays, matrices and high-level mathematical functions to operate on these arrays
python-dateutil - Provides powerful extensions to the standard datetime module
tzdata - Provides an IANA time zone database
(Only required on Windows/Emscripten)
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
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 |
| Markdown | [Skip to main content](https://pypi.org/project/pandas/#content)
Switch to mobile version
Warning Some features may not work without JavaScript. Please try enabling it if you encounter problems.
Join us in Long Beach, CA starting May 13, 2026. Grab your ticket and discounted hotel today before theyāre gone! [REGISTER FOR PYCON US\!](https://us.pycon.org/2026/attend/information/)
[](https://pypi.org/)
- [Help](https://pypi.org/help/)
- [Docs](https://docs.pypi.org/)
- [Sponsors](https://pypi.org/sponsors/)
- [Log in](https://pypi.org/account/login/?next=https%3A%2F%2Fpypi.org%2Fproject%2Fpandas%2F)
- [Register](https://pypi.org/account/register/)
Menu
- [Help](https://pypi.org/help/)
- [Docs](https://docs.pypi.org/)
- [Sponsors](https://pypi.org/sponsors/)
- [Log in](https://pypi.org/account/login/?next=https%3A%2F%2Fpypi.org%2Fproject%2Fpandas%2F)
- [Register](https://pypi.org/account/register/)
# pandas 3.0.2
pip install pandas Copy PIP instructions
[Latest version](https://pypi.org/project/pandas/)
Released: Mar 31, 2026
Powerful data structures for data analysis, time series, and statistics
### Navigation
- [Project description](https://pypi.org/project/pandas/#description)
- [Release history](https://pypi.org/project/pandas/#history)
- [Download files](https://pypi.org/project/pandas/#files)
### Verified details
*These details have been [verified by PyPI](https://docs.pypi.org/project_metadata/#verified-details)*
###### Project links
- [repository](https://github.com/pandas-dev/pandas)
###### GitHub Statistics
- [**Repository**](https://github.com/pandas-dev/pandas)
- [**Stars:** 48369](https://github.com/pandas-dev/pandas/stargazers)
- [**Forks:** 19835](https://github.com/pandas-dev/pandas/network/members)
- [**Open issues:** 3210](https://github.com/pandas-dev/pandas/issues)
- [**Open PRs:** 269](https://github.com/pandas-dev/pandas/pulls)
###### Maintainers
[ jorisvandenbossche](https://pypi.org/user/jorisvandenbossche/) [ jreback](https://pypi.org/user/jreback/) [ jreback1](https://pypi.org/user/jreback1/) [ mroeschke](https://pypi.org/user/mroeschke/)
### Unverified details
*These details have **not** been verified by PyPI*
###### Project links
- [documentation](https://pandas.pydata.org/docs/)
- [homepage](https://pandas.pydata.org/)
###### Meta
- **License:** BSD License (BSD 3-Clause License)
- **Author:** [The Pandas Development Team](mailto:pandas-dev@python.org)
- **Requires:** Python \>=3.11
- **Provides-Extra:** `test` , `pyarrow` , `performance` , `computation` , `fss` , `aws` , `gcp` , `excel` , `parquet` , `feather` , `iceberg` , `hdf5` , `spss` , `postgresql` , `mysql` , `sql-other` , `html` , `xml` , `plot` , `output-formatting` , `clipboard` , `compression` , `timezone` , `all`
###### Classifiers
- **Development Status**
- [5 - Production/Stable](https://pypi.org/search/?c=Development+Status+%3A%3A+5+-+Production%2FStable)
- **Environment**
- [Console](https://pypi.org/search/?c=Environment+%3A%3A+Console)
- **Intended Audience**
- [Science/Research](https://pypi.org/search/?c=Intended+Audience+%3A%3A+Science%2FResearch)
- **License**
- [OSI Approved :: BSD License](https://pypi.org/search/?c=License+%3A%3A+OSI+Approved+%3A%3A+BSD+License)
- **Operating System**
- [OS Independent](https://pypi.org/search/?c=Operating+System+%3A%3A+OS+Independent)
- **Programming Language**
- [Cython](https://pypi.org/search/?c=Programming+Language+%3A%3A+Cython)
- [Python](https://pypi.org/search/?c=Programming+Language+%3A%3A+Python)
- [Python :: 3](https://pypi.org/search/?c=Programming+Language+%3A%3A+Python+%3A%3A+3)
- [Python :: 3 :: Only](https://pypi.org/search/?c=Programming+Language+%3A%3A+Python+%3A%3A+3+%3A%3A+Only)
- [Python :: 3.11](https://pypi.org/search/?c=Programming+Language+%3A%3A+Python+%3A%3A+3.11)
- [Python :: 3.12](https://pypi.org/search/?c=Programming+Language+%3A%3A+Python+%3A%3A+3.12)
- [Python :: 3.13](https://pypi.org/search/?c=Programming+Language+%3A%3A+Python+%3A%3A+3.13)
- [Python :: 3.14](https://pypi.org/search/?c=Programming+Language+%3A%3A+Python+%3A%3A+3.14)
- **Topic**
- [Scientific/Engineering](https://pypi.org/search/?c=Topic+%3A%3A+Scientific%2FEngineering)
[Report project as malware](https://pypi.org/project/pandas/submit-malware-report/)
- [Project description](https://pypi.org/project/pandas/#description)
- [Project details](https://pypi.org/project/pandas/#data)
- [Release history](https://pypi.org/project/pandas/#history)
- [Download files](https://pypi.org/project/pandas/#files)
## Project description

***
# pandas: A Powerful Python Data Analysis Toolkit
| | |
|---|---|
| Testing | [](https://github.com/pandas-dev/pandas/actions/workflows/unit-tests.yml) [](https://codecov.io/gh/pandas-dev/pandas) |
| Package | [](https://pypi.org/project/pandas/) [](https://pypi.org/project/pandas/) [](https://anaconda.org/conda-forge/pandas) [](https://anaconda.org/conda-forge/pandas) |
| Meta | [](https://numfocus.org/) [](https://doi.org/10.5281/zenodo.3509134) [](https://github.com/pandas-dev/pandas/blob/main/LICENSE) [](https://pandas.pydata.org/docs/dev/development/community.html?highlight=slack#community-slack) [](https://insights.linuxfoundation.org/project/pandas-dev-pandas) |
## 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](https://pypi.org/project/pandas/#main-features)
- [Where to get it](https://pypi.org/project/pandas/#where-to-get-it)
- [Dependencies](https://pypi.org/project/pandas/#dependencies)
- [Installation from sources](https://pypi.org/project/pandas/#installation-from-sources)
- [License](https://pypi.org/project/pandas/#license)
- [Documentation](https://pypi.org/project/pandas/#documentation)
- [Background](https://pypi.org/project/pandas/#background)
- [Getting Help](https://pypi.org/project/pandas/#getting-help)
- [Discussion and Development](https://pypi.org/project/pandas/#discussion-and-development)
- [Contributing to pandas](https://pypi.org/project/pandas/#contributing-to-pandas)
## Main Features
Here are just a few of the things that pandas does well:
- Easy handling of [**missing data**](https://pandas.pydata.org/pandas-docs/stable/user_guide/missing_data.html) (represented as `NaN`, `NA`, or `NaT`) in floating point as well as non-floating point data
- Size mutability: columns can be [**inserted and deleted**](https://pandas.pydata.org/pandas-docs/stable/user_guide/dsintro.html#column-selection-addition-deletion) from DataFrame and higher dimensional objects
- Automatic and explicit [**data alignment**](https://pandas.pydata.org/pandas-docs/stable/user_guide/dsintro.html?highlight=alignment#intro-to-data-structures): 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**](https://pandas.pydata.org/pandas-docs/stable/user_guide/groupby.html#group-by-split-apply-combine) functionality to perform split-apply-combine operations on data sets, for both aggregating and transforming data
- Make it [**easy to convert**](https://pandas.pydata.org/pandas-docs/stable/user_guide/dsintro.html#dataframe) ragged, differently-indexed data in other Python and NumPy data structures into DataFrame objects
- Intelligent label-based [**slicing**](https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#slicing-ranges), [**fancy indexing**](https://pandas.pydata.org/pandas-docs/stable/user_guide/advanced.html#advanced), and [**subsetting**](https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#boolean-indexing) of large data sets
- Intuitive [**merging**](https://pandas.pydata.org/pandas-docs/stable/user_guide/merging.html#database-style-dataframe-or-named-series-joining-merging) and [**joining**](https://pandas.pydata.org/pandas-docs/stable/user_guide/merging.html#joining-on-index) data sets
- Flexible [**reshaping**](https://pandas.pydata.org/pandas-docs/stable/user_guide/reshaping.html) and [**pivoting**](https://pandas.pydata.org/pandas-docs/stable/user_guide/reshaping.html) of data sets
- [**Hierarchical**](https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#hierarchical-indexing-multiindex) labeling of axes (possible to have multiple labels per tick)
- Robust I/O tools for loading data from [**flat files**](https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#csv-text-files) (CSV and delimited), [**Excel files**](https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#excel-files), [**databases**](https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#sql-queries), and saving/loading data from the ultrafast [**HDF5 format**](https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#hdf5-pytables)
- [**Time series**](https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#time-series-date-functionality)\-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)](https://pypi.org/project/pandas) and on [Conda](https://anaconda.org/conda-forge/pandas).
```
# 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](https://pandas.pydata.org/pandas-docs/stable/whatsnew/index.html). For full details, see the commit logs at <https://github.com/pandas-dev/pandas>.
## Dependencies
- [NumPy - Adds support for large, multi-dimensional arrays, matrices and high-level mathematical functions to operate on these arrays](https://www.numpy.org/)
- [python-dateutil - Provides powerful extensions to the standard datetime module](https://dateutil.readthedocs.io/en/stable/index.html)
- [tzdata - Provides an IANA time zone database](https://tzdata.readthedocs.io/en/latest/) (Only required on Windows/Emscripten)
See the [full installation instructions](https://pandas.pydata.org/pandas-docs/stable/install.html#dependencies) for minimum supported versions of required, recommended and optional dependencies.
## Installation from sources
To install pandas from source you need [Cython](https://cython.org/) 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](https://pip.pypa.io/en/latest/cli/pip_install/#install-editable):
```
python -m pip install -ve . --no-build-isolation --config-settings editable-verbose=true
```
See the full instructions for [installing from source](https://pandas.pydata.org/docs/dev/development/contributing_environment.html).
## License
[BSD 3](https://pypi.org/project/pandas/LICENSE)
## Documentation
The official documentation is hosted on [PyData.org](https://pandas.pydata.org/pandas-docs/stable/).
## Background
Work on `pandas` started at [AQR](https://www.aqr.com/) (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](https://stackoverflow.com/questions/tagged/pandas). Further, general questions and discussions can also take place on the [pydata mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata).
## Discussion and Development
Most development discussions take place on GitHub in this repo, via the [GitHub issue tracker](https://github.com/pandas-dev/pandas/issues).
Further, the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev) can also be used for specialized discussions or design issues, and a [Slack channel](https://pandas.pydata.org/docs/dev/development/community.html?highlight=slack#community-slack) is available for quick development related questions.
There are also frequent [community meetings](https://pandas.pydata.org/docs/dev/development/community.html#community-meeting) for project maintainers open to the community as well as monthly [new contributor meetings](https://pandas.pydata.org/docs/dev/development/community.html#new-contributor-meeting) to help support new contributors.
Additional information on the communication channels can be found on the [contributor community](https://pandas.pydata.org/docs/development/community.html) page.
## Contributing to pandas
[](https://www.codetriage.com/pandas-dev/pandas)
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](https://pandas.pydata.org/docs/dev/development/contributing.html)**.
If you are simply looking to start working with the pandas codebase, navigate to the [GitHub "issues" tab](https://github.com/pandas-dev/pandas/issues) and start looking through interesting issues. There are a number of issues listed under [Docs](https://github.com/pandas-dev/pandas/issues?q=is%3Aissue%20state%3Aopen%20label%3ADocs%20sort%3Aupdated-desc) and [good first issue](https://github.com/pandas-dev/pandas/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22%20sort%3Aupdated-desc) 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](https://www.codetriage.com/pandas-dev/pandas).
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](https://groups.google.com/forum/?fromgroups#!forum/pydata) or on [Slack](https://pandas.pydata.org/docs/dev/development/community.html?highlight=slack#community-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](https://github.com/pandas-dev/.github/blob/master/CODE_OF_CONDUCT.md)
***
[Go to Top](https://pypi.org/project/pandas/#table-of-contents)
## Project details
### Verified details
*These details have been [verified by PyPI](https://docs.pypi.org/project_metadata/#verified-details)*
###### Project links
- [repository](https://github.com/pandas-dev/pandas)
###### GitHub Statistics
- [**Repository**](https://github.com/pandas-dev/pandas)
- [**Stars:** 48369](https://github.com/pandas-dev/pandas/stargazers)
- [**Forks:** 19835](https://github.com/pandas-dev/pandas/network/members)
- [**Open issues:** 3210](https://github.com/pandas-dev/pandas/issues)
- [**Open PRs:** 269](https://github.com/pandas-dev/pandas/pulls)
###### Maintainers
[ jorisvandenbossche](https://pypi.org/user/jorisvandenbossche/) [ jreback](https://pypi.org/user/jreback/) [ jreback1](https://pypi.org/user/jreback1/) [ mroeschke](https://pypi.org/user/mroeschke/)
### Unverified details
*These details have **not** been verified by PyPI*
###### Project links
- [documentation](https://pandas.pydata.org/docs/)
- [homepage](https://pandas.pydata.org/)
###### Meta
- **License:** BSD License (BSD 3-Clause License)
- **Author:** [The Pandas Development Team](mailto:pandas-dev@python.org)
- **Requires:** Python \>=3.11
- **Provides-Extra:** `test` , `pyarrow` , `performance` , `computation` , `fss` , `aws` , `gcp` , `excel` , `parquet` , `feather` , `iceberg` , `hdf5` , `spss` , `postgresql` , `mysql` , `sql-other` , `html` , `xml` , `plot` , `output-formatting` , `clipboard` , `compression` , `timezone` , `all`
###### Classifiers
- **Development Status**
- [5 - Production/Stable](https://pypi.org/search/?c=Development+Status+%3A%3A+5+-+Production%2FStable)
- **Environment**
- [Console](https://pypi.org/search/?c=Environment+%3A%3A+Console)
- **Intended Audience**
- [Science/Research](https://pypi.org/search/?c=Intended+Audience+%3A%3A+Science%2FResearch)
- **License**
- [OSI Approved :: BSD License](https://pypi.org/search/?c=License+%3A%3A+OSI+Approved+%3A%3A+BSD+License)
- **Operating System**
- [OS Independent](https://pypi.org/search/?c=Operating+System+%3A%3A+OS+Independent)
- **Programming Language**
- [Cython](https://pypi.org/search/?c=Programming+Language+%3A%3A+Cython)
- [Python](https://pypi.org/search/?c=Programming+Language+%3A%3A+Python)
- [Python :: 3](https://pypi.org/search/?c=Programming+Language+%3A%3A+Python+%3A%3A+3)
- [Python :: 3 :: Only](https://pypi.org/search/?c=Programming+Language+%3A%3A+Python+%3A%3A+3+%3A%3A+Only)
- [Python :: 3.11](https://pypi.org/search/?c=Programming+Language+%3A%3A+Python+%3A%3A+3.11)
- [Python :: 3.12](https://pypi.org/search/?c=Programming+Language+%3A%3A+Python+%3A%3A+3.12)
- [Python :: 3.13](https://pypi.org/search/?c=Programming+Language+%3A%3A+Python+%3A%3A+3.13)
- [Python :: 3.14](https://pypi.org/search/?c=Programming+Language+%3A%3A+Python+%3A%3A+3.14)
- **Topic**
- [Scientific/Engineering](https://pypi.org/search/?c=Topic+%3A%3A+Scientific%2FEngineering)
## Release history [Release notifications](https://pypi.org/help/#project-release-notifications) \| [RSS feed](https://pypi.org/rss/project/pandas/releases.xml)
This version

[3\.0.2 Mar 31, 2026](https://pypi.org/project/pandas/3.0.2/)

[3\.0.1 Feb 17, 2026](https://pypi.org/project/pandas/3.0.1/)

[3\.0.0 Jan 21, 2026](https://pypi.org/project/pandas/3.0.0/)

[3\.0.0rc2 pre-release Jan 14, 2026](https://pypi.org/project/pandas/3.0.0rc2/)

[3\.0.0rc1 pre-release Dec 19, 2025](https://pypi.org/project/pandas/3.0.0rc1/)

[3\.0.0rc0 pre-release Dec 3, 2025](https://pypi.org/project/pandas/3.0.0rc0/)

[2\.3.3 Sep 29, 2025](https://pypi.org/project/pandas/2.3.3/)

[2\.3.2 Aug 21, 2025](https://pypi.org/project/pandas/2.3.2/)

[2\.3.1 Jul 7, 2025](https://pypi.org/project/pandas/2.3.1/)

[2\.3.0 Jun 5, 2025](https://pypi.org/project/pandas/2.3.0/)

[2\.2.3 Sep 20, 2024](https://pypi.org/project/pandas/2.2.3/)

[2\.2.2 Apr 10, 2024](https://pypi.org/project/pandas/2.2.2/)

[2\.2.1 Feb 23, 2024](https://pypi.org/project/pandas/2.2.1/)

[2\.2.0 Jan 20, 2024](https://pypi.org/project/pandas/2.2.0/)

[2\.1.4 Dec 8, 2023](https://pypi.org/project/pandas/2.1.4/)

[2\.1.3 Nov 10, 2023](https://pypi.org/project/pandas/2.1.3/)

[2\.1.2 Oct 26, 2023](https://pypi.org/project/pandas/2.1.2/)

[2\.1.1 Sep 20, 2023](https://pypi.org/project/pandas/2.1.1/)

[2\.1.0 Aug 30, 2023](https://pypi.org/project/pandas/2.1.0/)

[2\.0.3 Jun 28, 2023](https://pypi.org/project/pandas/2.0.3/)

[2\.0.2 May 29, 2023](https://pypi.org/project/pandas/2.0.2/)

[2\.0.1 Apr 24, 2023](https://pypi.org/project/pandas/2.0.1/)

[2\.0.0 Apr 3, 2023](https://pypi.org/project/pandas/2.0.0/)

[1\.5.3 Jan 19, 2023](https://pypi.org/project/pandas/1.5.3/)

[1\.5.2 Nov 23, 2022](https://pypi.org/project/pandas/1.5.2/)

[1\.5.1 Oct 19, 2022](https://pypi.org/project/pandas/1.5.1/)

[1\.5.0 Sep 19, 2022](https://pypi.org/project/pandas/1.5.0/)

[1\.4.4 Aug 31, 2022](https://pypi.org/project/pandas/1.4.4/)

[1\.4.3 Jun 23, 2022](https://pypi.org/project/pandas/1.4.3/)

[1\.4.2 Apr 2, 2022](https://pypi.org/project/pandas/1.4.2/)

[1\.4.1 Feb 12, 2022](https://pypi.org/project/pandas/1.4.1/)

[1\.4.0 Jan 22, 2022](https://pypi.org/project/pandas/1.4.0/)

[1\.3.5 Dec 12, 2021](https://pypi.org/project/pandas/1.3.5/)

[1\.3.4 Oct 17, 2021](https://pypi.org/project/pandas/1.3.4/)

[1\.3.3 Sep 12, 2021](https://pypi.org/project/pandas/1.3.3/)

[1\.3.2 Aug 15, 2021](https://pypi.org/project/pandas/1.3.2/)

[1\.3.1 Jul 25, 2021](https://pypi.org/project/pandas/1.3.1/)

[1\.3.0 Jul 2, 2021](https://pypi.org/project/pandas/1.3.0/)

[1\.2.5 Jun 22, 2021](https://pypi.org/project/pandas/1.2.5/)

[1\.2.4 Apr 12, 2021](https://pypi.org/project/pandas/1.2.4/)

[1\.2.3 Mar 2, 2021](https://pypi.org/project/pandas/1.2.3/)

[1\.2.2 Feb 9, 2021](https://pypi.org/project/pandas/1.2.2/)

[1\.2.1 Jan 20, 2021](https://pypi.org/project/pandas/1.2.1/)

[1\.2.0 Dec 26, 2020](https://pypi.org/project/pandas/1.2.0/)

[1\.1.5 Dec 7, 2020](https://pypi.org/project/pandas/1.1.5/)

[1\.1.4 Oct 30, 2020](https://pypi.org/project/pandas/1.1.4/)

[1\.1.3 Oct 5, 2020](https://pypi.org/project/pandas/1.1.3/)

[1\.1.2 Sep 8, 2020](https://pypi.org/project/pandas/1.1.2/)

[1\.1.1 Aug 20, 2020](https://pypi.org/project/pandas/1.1.1/)

[1\.1.0 Jul 28, 2020](https://pypi.org/project/pandas/1.1.0/)

[1\.0.5 Jun 18, 2020](https://pypi.org/project/pandas/1.0.5/)

[1\.0.4 May 29, 2020](https://pypi.org/project/pandas/1.0.4/)

[1\.0.3 Mar 18, 2020](https://pypi.org/project/pandas/1.0.3/)

[1\.0.2 Mar 15, 2020](https://pypi.org/project/pandas/1.0.2/)

[1\.0.1 Feb 5, 2020](https://pypi.org/project/pandas/1.0.1/)

[1\.0.0 Jan 30, 2020](https://pypi.org/project/pandas/1.0.0/)

[0\.25.3 Nov 1, 2019](https://pypi.org/project/pandas/0.25.3/)

[0\.25.2 Oct 19, 2019](https://pypi.org/project/pandas/0.25.2/)

[0\.25.1 Aug 22, 2019](https://pypi.org/project/pandas/0.25.1/)

[0\.25.0 Jul 19, 2019](https://pypi.org/project/pandas/0.25.0/)

[0\.24.2 Mar 14, 2019](https://pypi.org/project/pandas/0.24.2/)

[0\.24.1 Feb 4, 2019](https://pypi.org/project/pandas/0.24.1/)

[0\.24.0 Jan 25, 2019](https://pypi.org/project/pandas/0.24.0/)

[0\.23.4 Aug 4, 2018](https://pypi.org/project/pandas/0.23.4/)

[0\.23.3 Jul 7, 2018](https://pypi.org/project/pandas/0.23.3/)

[0\.23.2 Jul 6, 2018](https://pypi.org/project/pandas/0.23.2/)

[0\.23.1 Jun 13, 2018](https://pypi.org/project/pandas/0.23.1/)

[0\.23.0 May 16, 2018](https://pypi.org/project/pandas/0.23.0/)

[0\.22.0 Dec 31, 2017](https://pypi.org/project/pandas/0.22.0/)

[0\.21.1 Dec 13, 2017](https://pypi.org/project/pandas/0.21.1/)

[0\.21.0 Oct 28, 2017](https://pypi.org/project/pandas/0.21.0/)

[0\.20.3 Jul 7, 2017](https://pypi.org/project/pandas/0.20.3/)

[0\.20.2 Jun 5, 2017](https://pypi.org/project/pandas/0.20.2/)

[0\.20.1 May 5, 2017](https://pypi.org/project/pandas/0.20.1/)

[0\.20.0 May 5, 2017](https://pypi.org/project/pandas/0.20.0/)

[0\.19.2 Dec 24, 2016](https://pypi.org/project/pandas/0.19.2/)

[0\.19.1 Nov 3, 2016](https://pypi.org/project/pandas/0.19.1/)

[0\.19.0 Oct 2, 2016](https://pypi.org/project/pandas/0.19.0/)

[0\.18.1 May 5, 2016](https://pypi.org/project/pandas/0.18.1/)

[0\.18.0 Mar 12, 2016](https://pypi.org/project/pandas/0.18.0/)

[0\.17.1 Nov 20, 2015](https://pypi.org/project/pandas/0.17.1/)

[0\.17.0 Oct 9, 2015](https://pypi.org/project/pandas/0.17.0/)

[0\.16.2 Jun 13, 2015](https://pypi.org/project/pandas/0.16.2/)

[0\.16.1 May 11, 2015](https://pypi.org/project/pandas/0.16.1/)

[0\.16.0 Mar 22, 2015](https://pypi.org/project/pandas/0.16.0/)

[0\.15.2 Dec 11, 2014](https://pypi.org/project/pandas/0.15.2/)

[0\.15.1 Nov 8, 2014](https://pypi.org/project/pandas/0.15.1/)

[0\.15.0 Oct 19, 2014](https://pypi.org/project/pandas/0.15.0/)

[0\.14.1 Jul 10, 2014](https://pypi.org/project/pandas/0.14.1/)

[0\.14.0 May 30, 2014](https://pypi.org/project/pandas/0.14.0/)

[0\.13.1 Feb 9, 2014](https://pypi.org/project/pandas/0.13.1/)

[0\.13.0 Jan 14, 2014](https://pypi.org/project/pandas/0.13.0/)

[0\.12.0 Jul 24, 2013](https://pypi.org/project/pandas/0.12.0/)

[0\.11.0 Apr 23, 2013](https://pypi.org/project/pandas/0.11.0/)

[0\.10.1 Jan 22, 2013](https://pypi.org/project/pandas/0.10.1/)

[0\.10.0 Dec 17, 2012](https://pypi.org/project/pandas/0.10.0/)

[0\.9.1 Nov 15, 2012](https://pypi.org/project/pandas/0.9.1/)

[0\.9.0 Oct 8, 2012](https://pypi.org/project/pandas/0.9.0/)

[0\.8.1 Jul 22, 2012](https://pypi.org/project/pandas/0.8.1/)

[0\.8.0 Jun 29, 2012](https://pypi.org/project/pandas/0.8.0/)

[0\.7.3 Apr 12, 2012](https://pypi.org/project/pandas/0.7.3/)

[0\.7.2 Mar 16, 2012](https://pypi.org/project/pandas/0.7.2/)

[0\.7.1 Feb 29, 2012](https://pypi.org/project/pandas/0.7.1/)

[0\.7.0 Feb 9, 2012](https://pypi.org/project/pandas/0.7.0/)

[0\.6.1 Dec 13, 2011](https://pypi.org/project/pandas/0.6.1/)

[0\.6.0 Nov 26, 2011](https://pypi.org/project/pandas/0.6.0/)

[0\.5.0 Oct 25, 2011](https://pypi.org/project/pandas/0.5.0/)

[0\.4.3 Oct 9, 2011](https://pypi.org/project/pandas/0.4.3/)

[0\.4.2 Oct 3, 2011](https://pypi.org/project/pandas/0.4.2/)

[0\.4.1 Sep 26, 2011](https://pypi.org/project/pandas/0.4.1/)

[0\.4.0 Sep 12, 2011](https://pypi.org/project/pandas/0.4.0/)

[0\.3.0 Feb 20, 2011](https://pypi.org/project/pandas/0.3.0/)

[0\.2 May 18, 2010](https://pypi.org/project/pandas/0.2/)

[0\.1 Dec 25, 2009](https://pypi.org/project/pandas/0.1/)
## Download files
Download the file for your platform. If you're not sure which to choose, learn more about [installing packages](https://packaging.python.org/tutorials/installing-packages/ "External link").
### Source Distribution
[pandas-3.0.2.tar.gz](https://files.pythonhosted.org/packages/da/99/b342345300f13440fe9fe385c3c481e2d9a595ee3bab4d3219247ac94e9a/pandas-3.0.2.tar.gz) (4.6 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2.tar.gz))
Uploaded Mar 31, 2026 `Source`
### Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about [wheel file names](https://packaging.python.org/en/latest/specifications/binary-distribution-format/ "External link").
The dropdown lists show the available interpreters, ABIs, and platforms.
Enable javascript to be able to filter the list of wheel files.
Copy a direct link to the current filters <https://pypi.org/project/pandas/#files> Copy
Showing 47 of 47 files.
File name
Interpreter
ABI
Platform
[pandas-3.0.2-cp314-cp314t-win\_arm64.whl](https://files.pythonhosted.org/packages/cb/2b/f8434233fab2bd66a02ec014febe4e5adced20e2693e0e90a07d118ed30e/pandas-3.0.2-cp314-cp314t-win_arm64.whl) (9.5 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp314-cp314t-win_arm64.whl))
Uploaded Mar 31, 2026 `CPython 3.14t``Windows ARM64`
[pandas-3.0.2-cp314-cp314t-win\_amd64.whl](https://files.pythonhosted.org/packages/00/2f/b622683e99ec3ce00b0854bac9e80868592c5b051733f2cf3a868e5fea26/pandas-3.0.2-cp314-cp314t-win_amd64.whl) (10.9 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp314-cp314t-win_amd64.whl))
Uploaded Mar 31, 2026 `CPython 3.14t``Windows x86-64`
[pandas-3.0.2-cp314-cp314t-musllinux\_1\_2\_x86\_64.whl](https://files.pythonhosted.org/packages/e4/a5/2f6ed612056819de445a433ca1f2821ac3dab7f150d569a59e9cc105de1d/pandas-3.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl) (11.8 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.14t``musllinux: musl 1.2+ x86-64`
[pandas-3.0.2-cp314-cp314t-musllinux\_1\_2\_aarch64.whl](https://files.pythonhosted.org/packages/56/ca/fd17286f24fa3b4d067965d8d5d7e14fe557dd4f979a0b068ac0deaf8228/pandas-3.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl) (11.4 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl))
Uploaded Mar 31, 2026 `CPython 3.14t``musllinux: musl 1.2+ ARM64`
[pandas-3.0.2-cp314-cp314t-manylinux\_2\_24\_x86\_64.manylinux\_2\_28\_x86\_64.whl](https://files.pythonhosted.org/packages/be/e3/921c93b4d9a280409451dc8d07b062b503bbec0531d2627e73a756e99a82/pandas-3.0.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl) (10.7 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.14t``manylinux: glibc 2.24+ x86-64``manylinux: glibc 2.28+ x86-64`
[pandas-3.0.2-cp314-cp314t-manylinux\_2\_24\_aarch64.manylinux\_2\_28\_aarch64.whl](https://files.pythonhosted.org/packages/da/6e/558dd09a71b53b4008e7fc8a98ec6d447e9bfb63cdaeea10e5eb9b2dabe8/pandas-3.0.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl) (10.3 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl))
Uploaded Mar 31, 2026 `CPython 3.14t``manylinux: glibc 2.24+ ARM64``manylinux: glibc 2.28+ ARM64`
[pandas-3.0.2-cp314-cp314t-macosx\_11\_0\_arm64.whl](https://files.pythonhosted.org/packages/a8/3e/7b00648b086c106e81766f25322b48aa8dfa95b55e621dbdf2fdd413a117/pandas-3.0.2-cp314-cp314t-macosx_11_0_arm64.whl) (10.4 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp314-cp314t-macosx_11_0_arm64.whl))
Uploaded Mar 31, 2026 `CPython 3.14t``macOS 11.0+ ARM64`
[pandas-3.0.2-cp314-cp314t-macosx\_10\_15\_x86\_64.whl](https://files.pythonhosted.org/packages/f1/6c/7b45d85db19cae1eb524f2418ceaa9d85965dcf7b764ed151386b7c540f0/pandas-3.0.2-cp314-cp314t-macosx_10_15_x86_64.whl) (10.8 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp314-cp314t-macosx_10_15_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.14t``macOS 10.15+ x86-64`
[pandas-3.0.2-cp314-cp314-win\_arm64.whl](https://files.pythonhosted.org/packages/08/71/e5ec979dd2e8a093dacb8864598c0ff59a0cee0bbcdc0bfec16a51684d4f/pandas-3.0.2-cp314-cp314-win_arm64.whl) (9.2 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp314-cp314-win_arm64.whl))
Uploaded Mar 31, 2026 `CPython 3.14``Windows ARM64`
[pandas-3.0.2-cp314-cp314-win\_amd64.whl](https://files.pythonhosted.org/packages/db/60/aba6a38de456e7341285102bede27514795c1eaa353bc0e7638b6b785356/pandas-3.0.2-cp314-cp314-win_amd64.whl) (9.9 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp314-cp314-win_amd64.whl))
Uploaded Mar 31, 2026 `CPython 3.14``Windows x86-64`
[pandas-3.0.2-cp314-cp314-musllinux\_1\_2\_x86\_64.whl](https://files.pythonhosted.org/packages/9a/cd/19ff605cc3760e80602e6826ddef2824d8e7050ed80f2e11c4b079741dc3/pandas-3.0.2-cp314-cp314-musllinux_1_2_x86_64.whl) (12.0 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp314-cp314-musllinux_1_2_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.14``musllinux: musl 1.2+ x86-64`
[pandas-3.0.2-cp314-cp314-musllinux\_1\_2\_aarch64.whl](https://files.pythonhosted.org/packages/06/9d/98cc7a7624f7932e40f434299260e2917b090a579d75937cb8a57b9d2de3/pandas-3.0.2-cp314-cp314-musllinux_1_2_aarch64.whl) (11.4 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp314-cp314-musllinux_1_2_aarch64.whl))
Uploaded Mar 31, 2026 `CPython 3.14``musllinux: musl 1.2+ ARM64`
[pandas-3.0.2-cp314-cp314-manylinux\_2\_24\_x86\_64.manylinux\_2\_28\_x86\_64.whl](https://files.pythonhosted.org/packages/15/88/3cdd54fa279341afa10acf8d2b503556b1375245dccc9315659f795dd2e9/pandas-3.0.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl) (10.9 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.14``manylinux: glibc 2.24+ x86-64``manylinux: glibc 2.28+ x86-64`
[pandas-3.0.2-cp314-cp314-manylinux\_2\_24\_aarch64.manylinux\_2\_28\_aarch64.whl](https://files.pythonhosted.org/packages/8d/77/3a227ff3337aa376c60d288e1d61c5d097131d0ac71f954d90a8f369e422/pandas-3.0.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl) (10.4 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl))
Uploaded Mar 31, 2026 `CPython 3.14``manylinux: glibc 2.24+ ARM64``manylinux: glibc 2.28+ ARM64`
[pandas-3.0.2-cp314-cp314-macosx\_11\_0\_arm64.whl](https://files.pythonhosted.org/packages/95/25/bdb9326c3b5455f8d4d3549fce7abcf967259de146fe2cf7a82368141948/pandas-3.0.2-cp314-cp314-macosx_11_0_arm64.whl) (9.9 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp314-cp314-macosx_11_0_arm64.whl))
Uploaded Mar 31, 2026 `CPython 3.14``macOS 11.0+ ARM64`
[pandas-3.0.2-cp314-cp314-macosx\_10\_15\_x86\_64.whl](https://files.pythonhosted.org/packages/bb/40/c6ea527147c73b24fc15c891c3fcffe9c019793119c5742b8784a062c7db/pandas-3.0.2-cp314-cp314-macosx_10_15_x86_64.whl) (10.3 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp314-cp314-macosx_10_15_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.14``macOS 10.15+ x86-64`
[pandas-3.0.2-cp313-cp313t-win\_amd64.whl](https://files.pythonhosted.org/packages/e8/74/09298ca9740beed1d3504e073d67e128aa07e5ca5ca2824b0c674c0b8676/pandas-3.0.2-cp313-cp313t-win_amd64.whl) (10.5 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp313-cp313t-win_amd64.whl))
Uploaded Mar 31, 2026 `CPython 3.13t``Windows x86-64`
[pandas-3.0.2-cp313-cp313t-musllinux\_1\_2\_x86\_64.whl](https://files.pythonhosted.org/packages/1e/c4/bc6966c6e38e5d9478b935272d124d80a589511ed1612a5d21d36f664c68/pandas-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl) (11.8 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.13t``musllinux: musl 1.2+ x86-64`
[pandas-3.0.2-cp313-cp313t-musllinux\_1\_2\_aarch64.whl](https://files.pythonhosted.org/packages/47/a4/85b59bc65b8190ea3689882db6cdf32a5003c0ccd5a586c30fdcc3ffc4fc/pandas-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl) (11.3 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl))
Uploaded Mar 31, 2026 `CPython 3.13t``musllinux: musl 1.2+ ARM64`
[pandas-3.0.2-cp313-cp313t-manylinux\_2\_24\_x86\_64.manylinux\_2\_28\_x86\_64.whl](https://files.pythonhosted.org/packages/0a/65/d1e69b649cbcddda23ad6e4c40ef935340f6f652a006e5cbc3555ac8adb3/pandas-3.0.2-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl) (10.7 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.13t``manylinux: glibc 2.24+ x86-64``manylinux: glibc 2.28+ x86-64`
[pandas-3.0.2-cp313-cp313t-manylinux\_2\_24\_aarch64.manylinux\_2\_28\_aarch64.whl](https://files.pythonhosted.org/packages/3b/f8/462ad2b5881d6b8ec8e5f7ed2ea1893faa02290d13870a1600fe72ad8efc/pandas-3.0.2-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl) (10.3 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl))
Uploaded Mar 31, 2026 `CPython 3.13t``manylinux: glibc 2.24+ ARM64``manylinux: glibc 2.28+ ARM64`
[pandas-3.0.2-cp313-cp313t-macosx\_11\_0\_arm64.whl](https://files.pythonhosted.org/packages/e9/95/49433c14862c636afc0e9b2db83ff16b3ad92959364e52b2955e44c8e94c/pandas-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl) (10.4 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl))
Uploaded Mar 31, 2026 `CPython 3.13t``macOS 11.0+ ARM64`
[pandas-3.0.2-cp313-cp313t-macosx\_10\_13\_x86\_64.whl](https://files.pythonhosted.org/packages/72/20/7defa8b27d4f330a903bb68eea33be07d839c5ea6bdda54174efcec0e1d2/pandas-3.0.2-cp313-cp313t-macosx_10_13_x86_64.whl) (10.8 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp313-cp313t-macosx_10_13_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.13t``macOS 10.13+ x86-64`
[pandas-3.0.2-cp313-cp313-win\_arm64.whl](https://files.pythonhosted.org/packages/88/39/21304ae06a25e8bf9fc820d69b29b2c495b2ae580d1e143146c309941760/pandas-3.0.2-cp313-cp313-win_arm64.whl) (9.0 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp313-cp313-win_arm64.whl))
Uploaded Mar 31, 2026 `CPython 3.13``Windows ARM64`
[pandas-3.0.2-cp313-cp313-win\_amd64.whl](https://files.pythonhosted.org/packages/5e/52/42855bf626868413f761addd574acc6195880ae247a5346477a4361c3acb/pandas-3.0.2-cp313-cp313-win_amd64.whl) (9.7 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp313-cp313-win_amd64.whl))
Uploaded Mar 31, 2026 `CPython 3.13``Windows x86-64`
[pandas-3.0.2-cp313-cp313-musllinux\_1\_2\_x86\_64.whl](https://files.pythonhosted.org/packages/de/64/77a38b09e70b6464883b8d7584ab543e748e42c1b5d337a2ee088e0df741/pandas-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl) (11.9 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.13``musllinux: musl 1.2+ x86-64`
[pandas-3.0.2-cp313-cp313-musllinux\_1\_2\_aarch64.whl](https://files.pythonhosted.org/packages/98/fe/2249ae5e0a69bd0ddf17353d0a5d26611d70970111f5b3600cdc8be883e7/pandas-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl) (11.4 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl))
Uploaded Mar 31, 2026 `CPython 3.13``musllinux: musl 1.2+ ARM64`
[pandas-3.0.2-cp313-cp313-manylinux\_2\_24\_x86\_64.manylinux\_2\_28\_x86\_64.whl](https://files.pythonhosted.org/packages/12/c5/cbb1ffefb20a93d3f0e1fdcda699fb84976210d411b008f97f48bf6ce27e/pandas-3.0.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl) (10.9 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.13``manylinux: glibc 2.24+ x86-64``manylinux: glibc 2.28+ x86-64`
[pandas-3.0.2-cp313-cp313-manylinux\_2\_24\_aarch64.manylinux\_2\_28\_aarch64.whl](https://files.pythonhosted.org/packages/5c/2b/341f1b04bbca2e17e13cd3f08c215b70ef2c60c5356ef1e8c6857449edc7/pandas-3.0.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl) (10.4 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl))
Uploaded Mar 31, 2026 `CPython 3.13``manylinux: glibc 2.24+ ARM64``manylinux: glibc 2.28+ ARM64`
[pandas-3.0.2-cp313-cp313-macosx\_11\_0\_arm64.whl](https://files.pythonhosted.org/packages/0b/77/dbc82ff2fb0e63c6564356682bf201edff0ba16c98630d21a1fb312a8182/pandas-3.0.2-cp313-cp313-macosx_11_0_arm64.whl) (9.9 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp313-cp313-macosx_11_0_arm64.whl))
Uploaded Mar 31, 2026 `CPython 3.13``macOS 11.0+ ARM64`
[pandas-3.0.2-cp313-cp313-macosx\_10\_13\_x86\_64.whl](https://files.pythonhosted.org/packages/bf/ca/3e639a1ea6fcd0617ca4e8ca45f62a74de33a56ae6cd552735470b22c8d3/pandas-3.0.2-cp313-cp313-macosx_10_13_x86_64.whl) (10.3 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp313-cp313-macosx_10_13_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.13``macOS 10.13+ x86-64`
[pandas-3.0.2-cp312-cp312-win\_arm64.whl](https://files.pythonhosted.org/packages/d5/18/7f0bd34ae27b28159aa80f2a6799f47fda34f7fb938a76e20c7b7fe3b200/pandas-3.0.2-cp312-cp312-win_arm64.whl) (9.1 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp312-cp312-win_arm64.whl))
Uploaded Mar 31, 2026 `CPython 3.12``Windows ARM64`
[pandas-3.0.2-cp312-cp312-win\_amd64.whl](https://files.pythonhosted.org/packages/7b/8b/721a9cff6fa6a91b162eb51019c6243b82b3226c71bb6c8ef4a9bd65cbc6/pandas-3.0.2-cp312-cp312-win_amd64.whl) (9.7 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp312-cp312-win_amd64.whl))
Uploaded Mar 31, 2026 `CPython 3.12``Windows x86-64`
[pandas-3.0.2-cp312-cp312-musllinux\_1\_2\_x86\_64.whl](https://files.pythonhosted.org/packages/fa/5b/46e7c76032639f2132359b5cf4c785dd8cf9aea5ea64699eac752f02b9db/pandas-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl) (11.9 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.12``musllinux: musl 1.2+ x86-64`
[pandas-3.0.2-cp312-cp312-musllinux\_1\_2\_aarch64.whl](https://files.pythonhosted.org/packages/da/65/7225c0ea4d6ce9cb2160a7fb7f39804871049f016e74782e5dade4d14109/pandas-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl) (11.4 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl))
Uploaded Mar 31, 2026 `CPython 3.12``musllinux: musl 1.2+ ARM64`
[pandas-3.0.2-cp312-cp312-manylinux\_2\_24\_x86\_64.manylinux\_2\_28\_x86\_64.whl](https://files.pythonhosted.org/packages/c4/a8/3a61a721472959ab0ce865ef05d10b0d6bfe27ce8801c99f33d4fa996e65/pandas-3.0.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl) (10.9 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.12``manylinux: glibc 2.24+ x86-64``manylinux: glibc 2.28+ x86-64`
[pandas-3.0.2-cp312-cp312-manylinux\_2\_24\_aarch64.manylinux\_2\_28\_aarch64.whl](https://files.pythonhosted.org/packages/61/a9/16ea9346e1fc4a96e2896242d9bc674764fb9049b0044c0132502f7a771e/pandas-3.0.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl) (10.4 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl))
Uploaded Mar 31, 2026 `CPython 3.12``manylinux: glibc 2.24+ ARM64``manylinux: glibc 2.28+ ARM64`
[pandas-3.0.2-cp312-cp312-macosx\_11\_0\_arm64.whl](https://files.pythonhosted.org/packages/35/d0/4831af68ce30cc2d03c697bea8450e3225a835ef497d0d70f31b8cdde965/pandas-3.0.2-cp312-cp312-macosx_11_0_arm64.whl) (9.9 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp312-cp312-macosx_11_0_arm64.whl))
Uploaded Mar 31, 2026 `CPython 3.12``macOS 11.0+ ARM64`
[pandas-3.0.2-cp312-cp312-macosx\_10\_13\_x86\_64.whl](https://files.pythonhosted.org/packages/f3/b0/c20bd4d6d3f736e6bd6b55794e9cd0a617b858eaad27c8f410ea05d953b7/pandas-3.0.2-cp312-cp312-macosx_10_13_x86_64.whl) (10.3 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp312-cp312-macosx_10_13_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.12``macOS 10.13+ x86-64`
[pandas-3.0.2-cp311-cp311-win\_arm64.whl](https://files.pythonhosted.org/packages/8f/eb/781516b808a99ddf288143cec46b342b3016c3414d137da1fdc3290d8860/pandas-3.0.2-cp311-cp311-win_arm64.whl) (9.2 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp311-cp311-win_arm64.whl))
Uploaded Mar 31, 2026 `CPython 3.11``Windows ARM64`
[pandas-3.0.2-cp311-cp311-win\_amd64.whl](https://files.pythonhosted.org/packages/44/a0/97a6339859d4acb2536efb24feb6708e82f7d33b2ed7e036f2983fcced82/pandas-3.0.2-cp311-cp311-win_amd64.whl) (9.9 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp311-cp311-win_amd64.whl))
Uploaded Mar 31, 2026 `CPython 3.11``Windows x86-64`
[pandas-3.0.2-cp311-cp311-musllinux\_1\_2\_x86\_64.whl](https://files.pythonhosted.org/packages/2e/cf/0f4e268e1f5062e44a6bda9f925806721cd4c95c2b808a4c82ebe914f96b/pandas-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl) (12.3 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.11``musllinux: musl 1.2+ x86-64`
[pandas-3.0.2-cp311-cp311-musllinux\_1\_2\_aarch64.whl](https://files.pythonhosted.org/packages/90/e3/3f1126d43d3702ca8773871a81c9f15122a1f412342cc56284ffda5b1f70/pandas-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl) (11.8 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl))
Uploaded Mar 31, 2026 `CPython 3.11``musllinux: musl 1.2+ ARM64`
[pandas-3.0.2-cp311-cp311-manylinux\_2\_24\_x86\_64.manylinux\_2\_28\_x86\_64.whl](https://files.pythonhosted.org/packages/20/17/ec40d981705654853726e7ac9aea9ddbb4a5d9cf54d8472222f4f3de06c2/pandas-3.0.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl) (11.3 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.11``manylinux: glibc 2.24+ x86-64``manylinux: glibc 2.28+ x86-64`
[pandas-3.0.2-cp311-cp311-manylinux\_2\_24\_aarch64.manylinux\_2\_28\_aarch64.whl](https://files.pythonhosted.org/packages/52/77/9b1c2d6070b5dbe239a7bc889e21bfa58720793fb902d1e070695d87c6d0/pandas-3.0.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl) (10.8 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl))
Uploaded Mar 31, 2026 `CPython 3.11``manylinux: glibc 2.24+ ARM64``manylinux: glibc 2.28+ ARM64`
[pandas-3.0.2-cp311-cp311-macosx\_11\_0\_arm64.whl](https://files.pythonhosted.org/packages/c4/d3/b7da1d5d7dbdc5ef52ed7debd2b484313b832982266905315dad5a0bf0b1/pandas-3.0.2-cp311-cp311-macosx_11_0_arm64.whl) (9.9 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp311-cp311-macosx_11_0_arm64.whl))
Uploaded Mar 31, 2026 `CPython 3.11``macOS 11.0+ ARM64`
[pandas-3.0.2-cp311-cp311-macosx\_10\_9\_x86\_64.whl](https://files.pythonhosted.org/packages/97/35/6411db530c618e0e0005187e35aa02ce60ae4c4c4d206964a2f978217c27/pandas-3.0.2-cp311-cp311-macosx_10_9_x86_64.whl) (10.3 MB [view details](https://pypi.org/project/pandas/#pandas-3.0.2-cp311-cp311-macosx_10_9_x86_64.whl))
Uploaded Mar 31, 2026 `CPython 3.11``macOS 10.9+ x86-64`
## File details
Details for the file `pandas-3.0.2.tar.gz`.
### File metadata
- Download URL: [pandas-3.0.2.tar.gz](https://files.pythonhosted.org/packages/da/99/b342345300f13440fe9fe385c3c481e2d9a595ee3bab4d3219247ac94e9a/pandas-3.0.2.tar.gz)
- Upload date:
Mar 31, 2026
- Size: 4.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `f4753e73e34c8d83221ba58f232433fca2748be8b18dbca02d242ed153945043` | Copy |
| MD5 | `66a07b8707d0ee56885ff8f2c55496d6` | Copy |
| BLAKE2b-256 | `da99b342345300f13440fe9fe385c3c481e2d9a595ee3bab4d3219247ac94e9a` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2.tar.gz`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2.tar.gz`
- Subject digest: `f4753e73e34c8d83221ba58f232433fca2748be8b18dbca02d242ed153945043`
- Sigstore transparency entry: [1202704116](https://search.sigstore.dev/?logIndex=1202704116)
- Sigstore integration time:
Mar 31, 2026, 6:45:48 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp314-cp314t-win_arm64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp314-cp314t-win\_arm64.whl](https://files.pythonhosted.org/packages/cb/2b/f8434233fab2bd66a02ec014febe4e5adced20e2693e0e90a07d118ed30e/pandas-3.0.2-cp314-cp314t-win_arm64.whl)
- Upload date:
Mar 31, 2026
- Size: 9.5 MB
- Tags: CPython 3.14t, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `5371b72c2d4d415d08765f32d689217a43227484e81b2305b52076e328f6f482` | Copy |
| MD5 | `5b6e0392d3af6199a56cdc6f853d040a` | Copy |
| BLAKE2b-256 | `cb2bf8434233fab2bd66a02ec014febe4e5adced20e2693e0e90a07d118ed30e` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp314-cp314t-win_arm64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp314-cp314t-win_arm64.whl`
- Subject digest: `5371b72c2d4d415d08765f32d689217a43227484e81b2305b52076e328f6f482`
- Sigstore transparency entry: [1202704172](https://search.sigstore.dev/?logIndex=1202704172)
- Sigstore integration time:
Mar 31, 2026, 6:45:52 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp314-cp314t-win_amd64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp314-cp314t-win\_amd64.whl](https://files.pythonhosted.org/packages/00/2f/b622683e99ec3ce00b0854bac9e80868592c5b051733f2cf3a868e5fea26/pandas-3.0.2-cp314-cp314t-win_amd64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.9 MB
- Tags: CPython 3.14t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `57a07209bebcbcf768d2d13c9b78b852f9a15978dac41b9e6421a81ad4cdd276` | Copy |
| MD5 | `e4bd3e8aab519ef2e4ed37351f54332c` | Copy |
| BLAKE2b-256 | `002fb622683e99ec3ce00b0854bac9e80868592c5b051733f2cf3a868e5fea26` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp314-cp314t-win_amd64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp314-cp314t-win_amd64.whl`
- Subject digest: `57a07209bebcbcf768d2d13c9b78b852f9a15978dac41b9e6421a81ad4cdd276`
- Sigstore transparency entry: [1202704206](https://search.sigstore.dev/?logIndex=1202704206)
- Sigstore integration time:
Mar 31, 2026, 6:45:54 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp314-cp314t-musllinux\_1\_2\_x86\_64.whl](https://files.pythonhosted.org/packages/e4/a5/2f6ed612056819de445a433ca1f2821ac3dab7f150d569a59e9cc105de1d/pandas-3.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 11.8 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `734be7551687c00fbd760dc0522ed974f82ad230d4a10f54bf51b80d44a08702` | Copy |
| MD5 | `ef2a092578651c8cd5a44f1a516410c4` | Copy |
| BLAKE2b-256 | `e4a52f6ed612056819de445a433ca1f2821ac3dab7f150d569a59e9cc105de1d` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl`
- Subject digest: `734be7551687c00fbd760dc0522ed974f82ad230d4a10f54bf51b80d44a08702`
- Sigstore transparency entry: [1202704273](https://search.sigstore.dev/?logIndex=1202704273)
- Sigstore integration time:
Mar 31, 2026, 6:45:59 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp314-cp314t-musllinux\_1\_2\_aarch64.whl](https://files.pythonhosted.org/packages/56/ca/fd17286f24fa3b4d067965d8d5d7e14fe557dd4f979a0b068ac0deaf8228/pandas-3.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl)
- Upload date:
Mar 31, 2026
- Size: 11.4 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `4544c7a54920de8eeacaa1466a6b7268ecfbc9bc64ab4dbb89c6bbe94d5e0660` | Copy |
| MD5 | `5f49f87555cc6c8b9adffd65e77833f5` | Copy |
| BLAKE2b-256 | `56cafd17286f24fa3b4d067965d8d5d7e14fe557dd4f979a0b068ac0deaf8228` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl`
- Subject digest: `4544c7a54920de8eeacaa1466a6b7268ecfbc9bc64ab4dbb89c6bbe94d5e0660`
- Sigstore transparency entry: [1202704158](https://search.sigstore.dev/?logIndex=1202704158)
- Sigstore integration time:
Mar 31, 2026, 6:45:51 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp314-cp314t-manylinux\_2\_24\_x86\_64.manylinux\_2\_28\_x86\_64.whl](https://files.pythonhosted.org/packages/be/e3/921c93b4d9a280409451dc8d07b062b503bbec0531d2627e73a756e99a82/pandas-3.0.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.7 MB
- Tags: CPython 3.14t, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `b444dc64c079e84df91baa8bf613d58405645461cabca929d9178f2cd392398d` | Copy |
| MD5 | `b3ddae17514d2285b2f9c0c18efa1181` | Copy |
| BLAKE2b-256 | `bee3921c93b4d9a280409451dc8d07b062b503bbec0531d2627e73a756e99a82` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`
- Subject digest: `b444dc64c079e84df91baa8bf613d58405645461cabca929d9178f2cd392398d`
- Sigstore transparency entry: [1202704209](https://search.sigstore.dev/?logIndex=1202704209)
- Sigstore integration time:
Mar 31, 2026, 6:45:55 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp314-cp314t-manylinux\_2\_24\_aarch64.manylinux\_2\_28\_aarch64.whl](https://files.pythonhosted.org/packages/da/6e/558dd09a71b53b4008e7fc8a98ec6d447e9bfb63cdaeea10e5eb9b2dabe8/pandas-3.0.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.3 MB
- Tags: CPython 3.14t, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `4d888a5c678a419a5bb41a2a93818e8ed9fd3172246555c0b37b7cc27027effd` | Copy |
| MD5 | `e87d520e2b0cb88c1b11b0d6c0cb5b74` | Copy |
| BLAKE2b-256 | `da6e558dd09a71b53b4008e7fc8a98ec6d447e9bfb63cdaeea10e5eb9b2dabe8` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`
- Subject digest: `4d888a5c678a419a5bb41a2a93818e8ed9fd3172246555c0b37b7cc27027effd`
- Sigstore transparency entry: [1202704310](https://search.sigstore.dev/?logIndex=1202704310)
- Sigstore integration time:
Mar 31, 2026, 6:46:02 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp314-cp314t-macosx_11_0_arm64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp314-cp314t-macosx\_11\_0\_arm64.whl](https://files.pythonhosted.org/packages/a8/3e/7b00648b086c106e81766f25322b48aa8dfa95b55e621dbdf2fdd413a117/pandas-3.0.2-cp314-cp314t-macosx_11_0_arm64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.4 MB
- Tags: CPython 3.14t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `ae37e833ff4fed0ba352f6bdd8b73ba3ab3256a85e54edfd1ab51ae40cca0af8` | Copy |
| MD5 | `b9a427107e901591827a42f795f52a9d` | Copy |
| BLAKE2b-256 | `a83e7b00648b086c106e81766f25322b48aa8dfa95b55e621dbdf2fdd413a117` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp314-cp314t-macosx_11_0_arm64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp314-cp314t-macosx_11_0_arm64.whl`
- Subject digest: `ae37e833ff4fed0ba352f6bdd8b73ba3ab3256a85e54edfd1ab51ae40cca0af8`
- Sigstore transparency entry: [1202704129](https://search.sigstore.dev/?logIndex=1202704129)
- Sigstore integration time:
Mar 31, 2026, 6:45:49 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp314-cp314t-macosx_10_15_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp314-cp314t-macosx\_10\_15\_x86\_64.whl](https://files.pythonhosted.org/packages/f1/6c/7b45d85db19cae1eb524f2418ceaa9d85965dcf7b764ed151386b7c540f0/pandas-3.0.2-cp314-cp314t-macosx_10_15_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.8 MB
- Tags: CPython 3.14t, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `140f0cffb1fa2524e874dde5b477d9defe10780d8e9e220d259b2c0874c89d9d` | Copy |
| MD5 | `0731f89940842db2ca183a1a883b16cc` | Copy |
| BLAKE2b-256 | `f16c7b45d85db19cae1eb524f2418ceaa9d85965dcf7b764ed151386b7c540f0` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp314-cp314t-macosx_10_15_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp314-cp314t-macosx_10_15_x86_64.whl`
- Subject digest: `140f0cffb1fa2524e874dde5b477d9defe10780d8e9e220d259b2c0874c89d9d`
- Sigstore transparency entry: [1202704325](https://search.sigstore.dev/?logIndex=1202704325)
- Sigstore integration time:
Mar 31, 2026, 6:46:03 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp314-cp314-win_arm64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp314-cp314-win\_arm64.whl](https://files.pythonhosted.org/packages/08/71/e5ec979dd2e8a093dacb8864598c0ff59a0cee0bbcdc0bfec16a51684d4f/pandas-3.0.2-cp314-cp314-win_arm64.whl)
- Upload date:
Mar 31, 2026
- Size: 9.2 MB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `63d141b56ef686f7f0d714cfb8de4e320475b86bf4b620aa0b7da89af8cbdbbb` | Copy |
| MD5 | `d8f39865920ebed43a778007b26b066f` | Copy |
| BLAKE2b-256 | `0871e5ec979dd2e8a093dacb8864598c0ff59a0cee0bbcdc0bfec16a51684d4f` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp314-cp314-win_arm64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp314-cp314-win_arm64.whl`
- Subject digest: `63d141b56ef686f7f0d714cfb8de4e320475b86bf4b620aa0b7da89af8cbdbbb`
- Sigstore transparency entry: [1202704151](https://search.sigstore.dev/?logIndex=1202704151)
- Sigstore integration time:
Mar 31, 2026, 6:45:50 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp314-cp314-win_amd64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp314-cp314-win\_amd64.whl](https://files.pythonhosted.org/packages/db/60/aba6a38de456e7341285102bede27514795c1eaa353bc0e7638b6b785356/pandas-3.0.2-cp314-cp314-win_amd64.whl)
- Upload date:
Mar 31, 2026
- Size: 9.9 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `b35d14bb5d8285d9494fe93815a9e9307c0876e10f1e8e89ac5b88f728ec8dcf` | Copy |
| MD5 | `50c421cd510c9019d174b795c81fde65` | Copy |
| BLAKE2b-256 | `db60aba6a38de456e7341285102bede27514795c1eaa353bc0e7638b6b785356` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp314-cp314-win_amd64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp314-cp314-win_amd64.whl`
- Subject digest: `b35d14bb5d8285d9494fe93815a9e9307c0876e10f1e8e89ac5b88f728ec8dcf`
- Sigstore transparency entry: [1202704316](https://search.sigstore.dev/?logIndex=1202704316)
- Sigstore integration time:
Mar 31, 2026, 6:46:02 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp314-cp314-musllinux_1_2_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp314-cp314-musllinux\_1\_2\_x86\_64.whl](https://files.pythonhosted.org/packages/9a/cd/19ff605cc3760e80602e6826ddef2824d8e7050ed80f2e11c4b079741dc3/pandas-3.0.2-cp314-cp314-musllinux_1_2_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 12.0 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `6c4d8458b97a35717b62469a4ea0e85abd5ed8687277f5ccfc67f8a5126f8c53` | Copy |
| MD5 | `77a2bae3318ce1601fc1203a0167b95b` | Copy |
| BLAKE2b-256 | `9acd19ff605cc3760e80602e6826ddef2824d8e7050ed80f2e11c4b079741dc3` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp314-cp314-musllinux_1_2_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp314-cp314-musllinux_1_2_x86_64.whl`
- Subject digest: `6c4d8458b97a35717b62469a4ea0e85abd5ed8687277f5ccfc67f8a5126f8c53`
- Sigstore transparency entry: [1202704177](https://search.sigstore.dev/?logIndex=1202704177)
- Sigstore integration time:
Mar 31, 2026, 6:45:53 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp314-cp314-musllinux_1_2_aarch64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp314-cp314-musllinux\_1\_2\_aarch64.whl](https://files.pythonhosted.org/packages/06/9d/98cc7a7624f7932e40f434299260e2917b090a579d75937cb8a57b9d2de3/pandas-3.0.2-cp314-cp314-musllinux_1_2_aarch64.whl)
- Upload date:
Mar 31, 2026
- Size: 11.4 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `0f48afd9bb13300ffb5a3316973324c787054ba6665cda0da3fbd67f451995db` | Copy |
| MD5 | `dfb4955ea9b7af13fa3cdbf323a1352f` | Copy |
| BLAKE2b-256 | `069d98cc7a7624f7932e40f434299260e2917b090a579d75937cb8a57b9d2de3` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp314-cp314-musllinux_1_2_aarch64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp314-cp314-musllinux_1_2_aarch64.whl`
- Subject digest: `0f48afd9bb13300ffb5a3316973324c787054ba6665cda0da3fbd67f451995db`
- Sigstore transparency entry: [1202704265](https://search.sigstore.dev/?logIndex=1202704265)
- Sigstore integration time:
Mar 31, 2026, 6:45:58 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp314-cp314-manylinux\_2\_24\_x86\_64.manylinux\_2\_28\_x86\_64.whl](https://files.pythonhosted.org/packages/15/88/3cdd54fa279341afa10acf8d2b503556b1375245dccc9315659f795dd2e9/pandas-3.0.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.9 MB
- Tags: CPython 3.14, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `deeca1b5a931fdf0c2212c8a659ade6d3b1edc21f0914ce71ef24456ca7a6535` | Copy |
| MD5 | `37fb1bd83bbe1fbf690c36975677693c` | Copy |
| BLAKE2b-256 | `15883cdd54fa279341afa10acf8d2b503556b1375245dccc9315659f795dd2e9` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`
- Subject digest: `deeca1b5a931fdf0c2212c8a659ade6d3b1edc21f0914ce71ef24456ca7a6535`
- Sigstore transparency entry: [1202704295](https://search.sigstore.dev/?logIndex=1202704295)
- Sigstore integration time:
Mar 31, 2026, 6:46:01 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp314-cp314-manylinux\_2\_24\_aarch64.manylinux\_2\_28\_aarch64.whl](https://files.pythonhosted.org/packages/8d/77/3a227ff3337aa376c60d288e1d61c5d097131d0ac71f954d90a8f369e422/pandas-3.0.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.4 MB
- Tags: CPython 3.14, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `01f31a546acd5574ef77fe199bc90b55527c225c20ccda6601cf6b0fd5ed597c` | Copy |
| MD5 | `c2b1a7e6c73e23560eda2380c6c1f1f1` | Copy |
| BLAKE2b-256 | `8d773a227ff3337aa376c60d288e1d61c5d097131d0ac71f954d90a8f369e422` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`
- Subject digest: `01f31a546acd5574ef77fe199bc90b55527c225c20ccda6601cf6b0fd5ed597c`
- Sigstore transparency entry: [1202704237](https://search.sigstore.dev/?logIndex=1202704237)
- Sigstore integration time:
Mar 31, 2026, 6:45:56 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp314-cp314-macosx_11_0_arm64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp314-cp314-macosx\_11\_0\_arm64.whl](https://files.pythonhosted.org/packages/95/25/bdb9326c3b5455f8d4d3549fce7abcf967259de146fe2cf7a82368141948/pandas-3.0.2-cp314-cp314-macosx_11_0_arm64.whl)
- Upload date:
Mar 31, 2026
- Size: 9.9 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `0555c5882688a39317179ab4a0ed41d3ebc8812ab14c69364bbee8fb7a3f6288` | Copy |
| MD5 | `14196ac4dc718678e57135c58907a643` | Copy |
| BLAKE2b-256 | `9525bdb9326c3b5455f8d4d3549fce7abcf967259de146fe2cf7a82368141948` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp314-cp314-macosx_11_0_arm64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp314-cp314-macosx_11_0_arm64.whl`
- Subject digest: `0555c5882688a39317179ab4a0ed41d3ebc8812ab14c69364bbee8fb7a3f6288`
- Sigstore transparency entry: [1202704118](https://search.sigstore.dev/?logIndex=1202704118)
- Sigstore integration time:
Mar 31, 2026, 6:45:48 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp314-cp314-macosx_10_15_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp314-cp314-macosx\_10\_15\_x86\_64.whl](https://files.pythonhosted.org/packages/bb/40/c6ea527147c73b24fc15c891c3fcffe9c019793119c5742b8784a062c7db/pandas-3.0.2-cp314-cp314-macosx_10_15_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.3 MB
- Tags: CPython 3.14, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `db0dbfd2a6cdf3770aa60464d50333d8f3d9165b2f2671bcc299b72de5a6677b` | Copy |
| MD5 | `78bbd0d29a3187e11397a7b443d950da` | Copy |
| BLAKE2b-256 | `bb40c6ea527147c73b24fc15c891c3fcffe9c019793119c5742b8784a062c7db` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp314-cp314-macosx_10_15_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp314-cp314-macosx_10_15_x86_64.whl`
- Subject digest: `db0dbfd2a6cdf3770aa60464d50333d8f3d9165b2f2671bcc299b72de5a6677b`
- Sigstore transparency entry: [1202704299](https://search.sigstore.dev/?logIndex=1202704299)
- Sigstore integration time:
Mar 31, 2026, 6:46:01 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp313-cp313t-win_amd64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp313-cp313t-win\_amd64.whl](https://files.pythonhosted.org/packages/e8/74/09298ca9740beed1d3504e073d67e128aa07e5ca5ca2824b0c674c0b8676/pandas-3.0.2-cp313-cp313t-win_amd64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.5 MB
- Tags: CPython 3.13t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `7cadd7e9a44ec13b621aec60f9150e744cfc7a3dd32924a7e2f45edff31823b0` | Copy |
| MD5 | `8a17cd52d98882d993c0a6da6e21de8c` | Copy |
| BLAKE2b-256 | `e87409298ca9740beed1d3504e073d67e128aa07e5ca5ca2824b0c674c0b8676` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp313-cp313t-win_amd64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp313-cp313t-win_amd64.whl`
- Subject digest: `7cadd7e9a44ec13b621aec60f9150e744cfc7a3dd32924a7e2f45edff31823b0`
- Sigstore transparency entry: [1202704155](https://search.sigstore.dev/?logIndex=1202704155)
- Sigstore integration time:
Mar 31, 2026, 6:45:50 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp313-cp313t-musllinux\_1\_2\_x86\_64.whl](https://files.pythonhosted.org/packages/1e/c4/bc6966c6e38e5d9478b935272d124d80a589511ed1612a5d21d36f664c68/pandas-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 11.8 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `81526c4afd31971f8b62671442a4b2b51e0aa9acc3819c9f0f12a28b6fcf85f1` | Copy |
| MD5 | `101c737d220c55394d125da1df3a3bc1` | Copy |
| BLAKE2b-256 | `1ec4bc6966c6e38e5d9478b935272d124d80a589511ed1612a5d21d36f664c68` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl`
- Subject digest: `81526c4afd31971f8b62671442a4b2b51e0aa9acc3819c9f0f12a28b6fcf85f1`
- Sigstore transparency entry: [1202704140](https://search.sigstore.dev/?logIndex=1202704140)
- Sigstore integration time:
Mar 31, 2026, 6:45:50 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp313-cp313t-musllinux\_1\_2\_aarch64.whl](https://files.pythonhosted.org/packages/47/a4/85b59bc65b8190ea3689882db6cdf32a5003c0ccd5a586c30fdcc3ffc4fc/pandas-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl)
- Upload date:
Mar 31, 2026
- Size: 11.3 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `b5329e26898896f06035241a626d7c335daa479b9bbc82be7c2742d048e41172` | Copy |
| MD5 | `413ba4bd35275b468cb212cc7614833f` | Copy |
| BLAKE2b-256 | `47a485b59bc65b8190ea3689882db6cdf32a5003c0ccd5a586c30fdcc3ffc4fc` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl`
- Subject digest: `b5329e26898896f06035241a626d7c335daa479b9bbc82be7c2742d048e41172`
- Sigstore transparency entry: [1202704156](https://search.sigstore.dev/?logIndex=1202704156)
- Sigstore integration time:
Mar 31, 2026, 6:45:51 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp313-cp313t-manylinux\_2\_24\_x86\_64.manylinux\_2\_28\_x86\_64.whl](https://files.pythonhosted.org/packages/0a/65/d1e69b649cbcddda23ad6e4c40ef935340f6f652a006e5cbc3555ac8adb3/pandas-3.0.2-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.7 MB
- Tags: CPython 3.13t, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `5880314e69e763d4c8b27937090de570f1fb8d027059a7ada3f7f8e98bdcb677` | Copy |
| MD5 | `ee779ad119507c185d94cf975c5980e0` | Copy |
| BLAKE2b-256 | `0a65d1e69b649cbcddda23ad6e4c40ef935340f6f652a006e5cbc3555ac8adb3` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`
- Subject digest: `5880314e69e763d4c8b27937090de570f1fb8d027059a7ada3f7f8e98bdcb677`
- Sigstore transparency entry: [1202704201](https://search.sigstore.dev/?logIndex=1202704201)
- Sigstore integration time:
Mar 31, 2026, 6:45:54 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp313-cp313t-manylinux\_2\_24\_aarch64.manylinux\_2\_28\_aarch64.whl](https://files.pythonhosted.org/packages/3b/f8/462ad2b5881d6b8ec8e5f7ed2ea1893faa02290d13870a1600fe72ad8efc/pandas-3.0.2-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.3 MB
- Tags: CPython 3.13t, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `d1478075142e83a5571782ad007fb201ed074bdeac7ebcc8890c71442e96adf7` | Copy |
| MD5 | `238cbbb4183ccab7e849dca28e36dd4c` | Copy |
| BLAKE2b-256 | `3bf8462ad2b5881d6b8ec8e5f7ed2ea1893faa02290d13870a1600fe72ad8efc` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`
- Subject digest: `d1478075142e83a5571782ad007fb201ed074bdeac7ebcc8890c71442e96adf7`
- Sigstore transparency entry: [1202704269](https://search.sigstore.dev/?logIndex=1202704269)
- Sigstore integration time:
Mar 31, 2026, 6:45:59 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp313-cp313t-macosx\_11\_0\_arm64.whl](https://files.pythonhosted.org/packages/e9/95/49433c14862c636afc0e9b2db83ff16b3ad92959364e52b2955e44c8e94c/pandas-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.4 MB
- Tags: CPython 3.13t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `b75c347eff42497452116ce05ef461822d97ce5b9ff8df6edacb8076092c855d` | Copy |
| MD5 | `cdf0e24359d42cb4eaa2b46128c96016` | Copy |
| BLAKE2b-256 | `e99549433c14862c636afc0e9b2db83ff16b3ad92959364e52b2955e44c8e94c` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl`
- Subject digest: `b75c347eff42497452116ce05ef461822d97ce5b9ff8df6edacb8076092c855d`
- Sigstore transparency entry: [1202704282](https://search.sigstore.dev/?logIndex=1202704282)
- Sigstore integration time:
Mar 31, 2026, 6:46:00 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp313-cp313t-macosx_10_13_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp313-cp313t-macosx\_10\_13\_x86\_64.whl](https://files.pythonhosted.org/packages/72/20/7defa8b27d4f330a903bb68eea33be07d839c5ea6bdda54174efcec0e1d2/pandas-3.0.2-cp313-cp313t-macosx_10_13_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.8 MB
- Tags: CPython 3.13t, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `dbc20dea3b9e27d0e66d74c42b2d0c1bed9c2ffe92adea33633e3bedeb5ac235` | Copy |
| MD5 | `7e612f828e97d73cfa9b0cdc1e757898` | Copy |
| BLAKE2b-256 | `72207defa8b27d4f330a903bb68eea33be07d839c5ea6bdda54174efcec0e1d2` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp313-cp313t-macosx_10_13_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp313-cp313t-macosx_10_13_x86_64.whl`
- Subject digest: `dbc20dea3b9e27d0e66d74c42b2d0c1bed9c2ffe92adea33633e3bedeb5ac235`
- Sigstore transparency entry: [1202704329](https://search.sigstore.dev/?logIndex=1202704329)
- Sigstore integration time:
Mar 31, 2026, 6:46:03 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp313-cp313-win_arm64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp313-cp313-win\_arm64.whl](https://files.pythonhosted.org/packages/88/39/21304ae06a25e8bf9fc820d69b29b2c495b2ae580d1e143146c309941760/pandas-3.0.2-cp313-cp313-win_arm64.whl)
- Upload date:
Mar 31, 2026
- 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `5fdbfa05931071aba28b408e59226186b01eb5e92bea2ab78b65863ca3228d84` | Copy |
| MD5 | `18ad95c39845a2d684868d09bf8ccc45` | Copy |
| BLAKE2b-256 | `883921304ae06a25e8bf9fc820d69b29b2c495b2ae580d1e143146c309941760` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp313-cp313-win_arm64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp313-cp313-win_arm64.whl`
- Subject digest: `5fdbfa05931071aba28b408e59226186b01eb5e92bea2ab78b65863ca3228d84`
- Sigstore transparency entry: [1202704242](https://search.sigstore.dev/?logIndex=1202704242)
- Sigstore integration time:
Mar 31, 2026, 6:45:57 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp313-cp313-win_amd64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp313-cp313-win\_amd64.whl](https://files.pythonhosted.org/packages/5e/52/42855bf626868413f761addd574acc6195880ae247a5346477a4361c3acb/pandas-3.0.2-cp313-cp313-win_amd64.whl)
- Upload date:
Mar 31, 2026
- 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `07a10f5c36512eead51bc578eb3354ad17578b22c013d89a796ab5eee90cd991` | Copy |
| MD5 | `1d82879571b328d7542a3e1ae6df1ebf` | Copy |
| BLAKE2b-256 | `5e5242855bf626868413f761addd574acc6195880ae247a5346477a4361c3acb` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp313-cp313-win_amd64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp313-cp313-win_amd64.whl`
- Subject digest: `07a10f5c36512eead51bc578eb3354ad17578b22c013d89a796ab5eee90cd991`
- Sigstore transparency entry: [1202704169](https://search.sigstore.dev/?logIndex=1202704169)
- Sigstore integration time:
Mar 31, 2026, 6:45:52 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp313-cp313-musllinux\_1\_2\_x86\_64.whl](https://files.pythonhosted.org/packages/de/64/77a38b09e70b6464883b8d7584ab543e748e42c1b5d337a2ee088e0df741/pandas-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 11.9 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `a3096110bf9eac0070b7208465f2740e2d8a670d5cb6530b5bb884eca495fd39` | Copy |
| MD5 | `7ed9c6e9d9f1db8e51c9a752bfedcff9` | Copy |
| BLAKE2b-256 | `de6477a38b09e70b6464883b8d7584ab543e748e42c1b5d337a2ee088e0df741` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl`
- Subject digest: `a3096110bf9eac0070b7208465f2740e2d8a670d5cb6530b5bb884eca495fd39`
- Sigstore transparency entry: [1202704261](https://search.sigstore.dev/?logIndex=1202704261)
- Sigstore integration time:
Mar 31, 2026, 6:45:58 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp313-cp313-musllinux\_1\_2\_aarch64.whl](https://files.pythonhosted.org/packages/98/fe/2249ae5e0a69bd0ddf17353d0a5d26611d70970111f5b3600cdc8be883e7/pandas-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl)
- Upload date:
Mar 31, 2026
- Size: 11.4 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `c3b723df9087a9a9a840e263ebd9f88b64a12075d1bf2ea401a5a42f254f084d` | Copy |
| MD5 | `2f33cddaf5b4f93586cb35aed886342f` | Copy |
| BLAKE2b-256 | `98fe2249ae5e0a69bd0ddf17353d0a5d26611d70970111f5b3600cdc8be883e7` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl`
- Subject digest: `c3b723df9087a9a9a840e263ebd9f88b64a12075d1bf2ea401a5a42f254f084d`
- Sigstore transparency entry: [1202704239](https://search.sigstore.dev/?logIndex=1202704239)
- Sigstore integration time:
Mar 31, 2026, 6:45:57 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp313-cp313-manylinux\_2\_24\_x86\_64.manylinux\_2\_28\_x86\_64.whl](https://files.pythonhosted.org/packages/12/c5/cbb1ffefb20a93d3f0e1fdcda699fb84976210d411b008f97f48bf6ce27e/pandas-3.0.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.9 MB
- Tags: CPython 3.13, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `5d3cfe227c725b1f3dff4278b43d8c784656a42a9325b63af6b1492a8232209e` | Copy |
| MD5 | `430a0a746e66c91af60b4fb013f978e7` | Copy |
| BLAKE2b-256 | `12c5cbb1ffefb20a93d3f0e1fdcda699fb84976210d411b008f97f48bf6ce27e` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`
- Subject digest: `5d3cfe227c725b1f3dff4278b43d8c784656a42a9325b63af6b1492a8232209e`
- Sigstore transparency entry: [1202704286](https://search.sigstore.dev/?logIndex=1202704286)
- Sigstore integration time:
Mar 31, 2026, 6:46:00 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp313-cp313-manylinux\_2\_24\_aarch64.manylinux\_2\_28\_aarch64.whl](https://files.pythonhosted.org/packages/5c/2b/341f1b04bbca2e17e13cd3f08c215b70ef2c60c5356ef1e8c6857449edc7/pandas-3.0.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.4 MB
- Tags: CPython 3.13, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `710246ba0616e86891b58ab95f2495143bb2bc83ab6b06747c74216f583a6ac9` | Copy |
| MD5 | `c5ec2086469a7e9cf70342a57710af5f` | Copy |
| BLAKE2b-256 | `5c2b341f1b04bbca2e17e13cd3f08c215b70ef2c60c5356ef1e8c6857449edc7` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`
- Subject digest: `710246ba0616e86891b58ab95f2495143bb2bc83ab6b06747c74216f583a6ac9`
- Sigstore transparency entry: [1202704216](https://search.sigstore.dev/?logIndex=1202704216)
- Sigstore integration time:
Mar 31, 2026, 6:45:55 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp313-cp313-macosx_11_0_arm64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp313-cp313-macosx\_11\_0\_arm64.whl](https://files.pythonhosted.org/packages/0b/77/dbc82ff2fb0e63c6564356682bf201edff0ba16c98630d21a1fb312a8182/pandas-3.0.2-cp313-cp313-macosx_11_0_arm64.whl)
- Upload date:
Mar 31, 2026
- Size: 9.9 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `d606a041c89c0a474a4702d532ab7e73a14fe35c8d427b972a625c8e46373668` | Copy |
| MD5 | `f0c2ff623ad94e15c1f4eec72c09cdae` | Copy |
| BLAKE2b-256 | `0b77dbc82ff2fb0e63c6564356682bf201edff0ba16c98630d21a1fb312a8182` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp313-cp313-macosx_11_0_arm64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp313-cp313-macosx_11_0_arm64.whl`
- Subject digest: `d606a041c89c0a474a4702d532ab7e73a14fe35c8d427b972a625c8e46373668`
- Sigstore transparency entry: [1202704323](https://search.sigstore.dev/?logIndex=1202704323)
- Sigstore integration time:
Mar 31, 2026, 6:46:03 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp313-cp313-macosx_10_13_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp313-cp313-macosx\_10\_13\_x86\_64.whl](https://files.pythonhosted.org/packages/bf/ca/3e639a1ea6fcd0617ca4e8ca45f62a74de33a56ae6cd552735470b22c8d3/pandas-3.0.2-cp313-cp313-macosx_10_13_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.3 MB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `b5918ba197c951dec132b0c5929a00c0bf05d5942f590d3c10a807f6e15a57d3` | Copy |
| MD5 | `7fac590ec19a70e25a83838558aded84` | Copy |
| BLAKE2b-256 | `bfca3e639a1ea6fcd0617ca4e8ca45f62a74de33a56ae6cd552735470b22c8d3` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp313-cp313-macosx_10_13_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp313-cp313-macosx_10_13_x86_64.whl`
- Subject digest: `b5918ba197c951dec132b0c5929a00c0bf05d5942f590d3c10a807f6e15a57d3`
- Sigstore transparency entry: [1202704225](https://search.sigstore.dev/?logIndex=1202704225)
- Sigstore integration time:
Mar 31, 2026, 6:45:56 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp312-cp312-win_arm64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp312-cp312-win\_arm64.whl](https://files.pythonhosted.org/packages/d5/18/7f0bd34ae27b28159aa80f2a6799f47fda34f7fb938a76e20c7b7fe3b200/pandas-3.0.2-cp312-cp312-win_arm64.whl)
- Upload date:
Mar 31, 2026
- Size: 9.1 MB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `08504503f7101300107ecdc8df73658e4347586db5cfdadabc1592e9d7e7a0fd` | Copy |
| MD5 | `876c65a501a0d96c54937d34658aa6fa` | Copy |
| BLAKE2b-256 | `d5187f0bd34ae27b28159aa80f2a6799f47fda34f7fb938a76e20c7b7fe3b200` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp312-cp312-win_arm64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp312-cp312-win_arm64.whl`
- Subject digest: `08504503f7101300107ecdc8df73658e4347586db5cfdadabc1592e9d7e7a0fd`
- Sigstore transparency entry: [1202704133](https://search.sigstore.dev/?logIndex=1202704133)
- Sigstore integration time:
Mar 31, 2026, 6:45:49 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp312-cp312-win_amd64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp312-cp312-win\_amd64.whl](https://files.pythonhosted.org/packages/7b/8b/721a9cff6fa6a91b162eb51019c6243b82b3226c71bb6c8ef4a9bd65cbc6/pandas-3.0.2-cp312-cp312-win_amd64.whl)
- Upload date:
Mar 31, 2026
- 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `a4785e1d6547d8427c5208b748ae2efb64659a21bd82bf440d4262d02bfa02a4` | Copy |
| MD5 | `5db1b95ac983e81db64b02c197d4b014` | Copy |
| BLAKE2b-256 | `7b8b721a9cff6fa6a91b162eb51019c6243b82b3226c71bb6c8ef4a9bd65cbc6` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp312-cp312-win_amd64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp312-cp312-win_amd64.whl`
- Subject digest: `a4785e1d6547d8427c5208b748ae2efb64659a21bd82bf440d4262d02bfa02a4`
- Sigstore transparency entry: [1202704251](https://search.sigstore.dev/?logIndex=1202704251)
- Sigstore integration time:
Mar 31, 2026, 6:45:58 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp312-cp312-musllinux\_1\_2\_x86\_64.whl](https://files.pythonhosted.org/packages/fa/5b/46e7c76032639f2132359b5cf4c785dd8cf9aea5ea64699eac752f02b9db/pandas-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 11.9 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `32cc41f310ebd4a296d93515fcac312216adfedb1894e879303987b8f1e2b97d` | Copy |
| MD5 | `4da288e2d2a4368a7e11e289790d7764` | Copy |
| BLAKE2b-256 | `fa5b46e7c76032639f2132359b5cf4c785dd8cf9aea5ea64699eac752f02b9db` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl`
- Subject digest: `32cc41f310ebd4a296d93515fcac312216adfedb1894e879303987b8f1e2b97d`
- Sigstore transparency entry: [1202704122](https://search.sigstore.dev/?logIndex=1202704122)
- Sigstore integration time:
Mar 31, 2026, 6:45:49 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp312-cp312-musllinux\_1\_2\_aarch64.whl](https://files.pythonhosted.org/packages/da/65/7225c0ea4d6ce9cb2160a7fb7f39804871049f016e74782e5dade4d14109/pandas-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl)
- Upload date:
Mar 31, 2026
- Size: 11.4 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `f8d68083e49e16b84734eb1a4dcae4259a75c90fb6e2251ab9a00b61120c06ab` | Copy |
| MD5 | `4fda8a433806b612fee5ab6061b31dbf` | Copy |
| BLAKE2b-256 | `da657225c0ea4d6ce9cb2160a7fb7f39804871049f016e74782e5dade4d14109` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl`
- Subject digest: `f8d68083e49e16b84734eb1a4dcae4259a75c90fb6e2251ab9a00b61120c06ab`
- Sigstore transparency entry: [1202704182](https://search.sigstore.dev/?logIndex=1202704182)
- Sigstore integration time:
Mar 31, 2026, 6:45:53 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp312-cp312-manylinux\_2\_24\_x86\_64.manylinux\_2\_28\_x86\_64.whl](https://files.pythonhosted.org/packages/c4/a8/3a61a721472959ab0ce865ef05d10b0d6bfe27ce8801c99f33d4fa996e65/pandas-3.0.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.9 MB
- Tags: CPython 3.12, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `ef8b27695c3d3dc78403c9a7d5e59a62d5464a7e1123b4e0042763f7104dc74f` | Copy |
| MD5 | `b917382296075934cc84b86b27518fde` | Copy |
| BLAKE2b-256 | `c4a83a61a721472959ab0ce865ef05d10b0d6bfe27ce8801c99f33d4fa996e65` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`
- Subject digest: `ef8b27695c3d3dc78403c9a7d5e59a62d5464a7e1123b4e0042763f7104dc74f`
- Sigstore transparency entry: [1202704247](https://search.sigstore.dev/?logIndex=1202704247)
- Sigstore integration time:
Mar 31, 2026, 6:45:57 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp312-cp312-manylinux\_2\_24\_aarch64.manylinux\_2\_28\_aarch64.whl](https://files.pythonhosted.org/packages/61/a9/16ea9346e1fc4a96e2896242d9bc674764fb9049b0044c0132502f7a771e/pandas-3.0.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `aff4e6f4d722e0652707d7bcb190c445fe58428500c6d16005b02401764b1b3d` | Copy |
| MD5 | `5766b866f1e6bf9dd838d9660de350b1` | Copy |
| BLAKE2b-256 | `61a916ea9346e1fc4a96e2896242d9bc674764fb9049b0044c0132502f7a771e` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`
- Subject digest: `aff4e6f4d722e0652707d7bcb190c445fe58428500c6d16005b02401764b1b3d`
- Sigstore transparency entry: [1202704277](https://search.sigstore.dev/?logIndex=1202704277)
- Sigstore integration time:
Mar 31, 2026, 6:45:59 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp312-cp312-macosx_11_0_arm64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp312-cp312-macosx\_11\_0\_arm64.whl](https://files.pythonhosted.org/packages/35/d0/4831af68ce30cc2d03c697bea8450e3225a835ef497d0d70f31b8cdde965/pandas-3.0.2-cp312-cp312-macosx_11_0_arm64.whl)
- Upload date:
Mar 31, 2026
- Size: 9.9 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `970762605cff1ca0d3f71ed4f3a769ea8f85fc8e6348f6e110b8fea7e6eb5a14` | Copy |
| MD5 | `bd9c57a2cad6adecd81583d7b503e9e4` | Copy |
| BLAKE2b-256 | `35d04831af68ce30cc2d03c697bea8450e3225a835ef497d0d70f31b8cdde965` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp312-cp312-macosx_11_0_arm64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp312-cp312-macosx_11_0_arm64.whl`
- Subject digest: `970762605cff1ca0d3f71ed4f3a769ea8f85fc8e6348f6e110b8fea7e6eb5a14`
- Sigstore transparency entry: [1202704320](https://search.sigstore.dev/?logIndex=1202704320)
- Sigstore integration time:
Mar 31, 2026, 6:46:02 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp312-cp312-macosx_10_13_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp312-cp312-macosx\_10\_13\_x86\_64.whl](https://files.pythonhosted.org/packages/f3/b0/c20bd4d6d3f736e6bd6b55794e9cd0a617b858eaad27c8f410ea05d953b7/pandas-3.0.2-cp312-cp312-macosx_10_13_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.3 MB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `232a70ebb568c0c4d2db4584f338c1577d81e3af63292208d615907b698a0f18` | Copy |
| MD5 | `cc47ee9e361fa349da2e3c065084f031` | Copy |
| BLAKE2b-256 | `f3b0c20bd4d6d3f736e6bd6b55794e9cd0a617b858eaad27c8f410ea05d953b7` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp312-cp312-macosx_10_13_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp312-cp312-macosx_10_13_x86_64.whl`
- Subject digest: `232a70ebb568c0c4d2db4584f338c1577d81e3af63292208d615907b698a0f18`
- Sigstore transparency entry: [1202704189](https://search.sigstore.dev/?logIndex=1202704189)
- Sigstore integration time:
Mar 31, 2026, 6:45:53 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp311-cp311-win_arm64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp311-cp311-win\_arm64.whl](https://files.pythonhosted.org/packages/8f/eb/781516b808a99ddf288143cec46b342b3016c3414d137da1fdc3290d8860/pandas-3.0.2-cp311-cp311-win_arm64.whl)
- Upload date:
Mar 31, 2026
- Size: 9.2 MB
- Tags: CPython 3.11, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `f12b1a9e332c01e09510586f8ca9b108fd631fd656af82e452d7315ef6df5f9f` | Copy |
| MD5 | `29c07ef7ac8a0a610603592de893bb71` | Copy |
| BLAKE2b-256 | `8feb781516b808a99ddf288143cec46b342b3016c3414d137da1fdc3290d8860` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp311-cp311-win_arm64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp311-cp311-win_arm64.whl`
- Subject digest: `f12b1a9e332c01e09510586f8ca9b108fd631fd656af82e452d7315ef6df5f9f`
- Sigstore transparency entry: [1202704166](https://search.sigstore.dev/?logIndex=1202704166)
- Sigstore integration time:
Mar 31, 2026, 6:45:52 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp311-cp311-win_amd64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp311-cp311-win\_amd64.whl](https://files.pythonhosted.org/packages/44/a0/97a6339859d4acb2536efb24feb6708e82f7d33b2ed7e036f2983fcced82/pandas-3.0.2-cp311-cp311-win_amd64.whl)
- Upload date:
Mar 31, 2026
- 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `ed72cb3f45190874eb579c64fa92d9df74e98fd63e2be7f62bce5ace0ade61df` | Copy |
| MD5 | `8d88047ac2fe8fcca4bdc7094810e92a` | Copy |
| BLAKE2b-256 | `44a097a6339859d4acb2536efb24feb6708e82f7d33b2ed7e036f2983fcced82` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp311-cp311-win_amd64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp311-cp311-win_amd64.whl`
- Subject digest: `ed72cb3f45190874eb579c64fa92d9df74e98fd63e2be7f62bce5ace0ade61df`
- Sigstore transparency entry: [1202704289](https://search.sigstore.dev/?logIndex=1202704289)
- Sigstore integration time:
Mar 31, 2026, 6:46:00 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp311-cp311-musllinux\_1\_2\_x86\_64.whl](https://files.pythonhosted.org/packages/2e/cf/0f4e268e1f5062e44a6bda9f925806721cd4c95c2b808a4c82ebe914f96b/pandas-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 12.3 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `60a80bb4feacbef5e1447a3f82c33209c8b7e07f28d805cfd1fb951e5cb443aa` | Copy |
| MD5 | `1a4f35c03b8d8967504fc81ea8919d91` | Copy |
| BLAKE2b-256 | `2ecf0f4e268e1f5062e44a6bda9f925806721cd4c95c2b808a4c82ebe914f96b` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl`
- Subject digest: `60a80bb4feacbef5e1447a3f82c33209c8b7e07f28d805cfd1fb951e5cb443aa`
- Sigstore transparency entry: [1202704159](https://search.sigstore.dev/?logIndex=1202704159)
- Sigstore integration time:
Mar 31, 2026, 6:45:51 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp311-cp311-musllinux\_1\_2\_aarch64.whl](https://files.pythonhosted.org/packages/90/e3/3f1126d43d3702ca8773871a81c9f15122a1f412342cc56284ffda5b1f70/pandas-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl)
- Upload date:
Mar 31, 2026
- Size: 11.8 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `c934008c733b8bbea273ea308b73b3156f0181e5b72960790b09c18a2794fe1e` | Copy |
| MD5 | `580c2d558db72e8a66c8ba9f8ef13c53` | Copy |
| BLAKE2b-256 | `90e33f1126d43d3702ca8773871a81c9f15122a1f412342cc56284ffda5b1f70` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl`
- Subject digest: `c934008c733b8bbea273ea308b73b3156f0181e5b72960790b09c18a2794fe1e`
- Sigstore transparency entry: [1202704293](https://search.sigstore.dev/?logIndex=1202704293)
- Sigstore integration time:
Mar 31, 2026, 6:46:01 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp311-cp311-manylinux\_2\_24\_x86\_64.manylinux\_2\_28\_x86\_64.whl](https://files.pythonhosted.org/packages/20/17/ec40d981705654853726e7ac9aea9ddbb4a5d9cf54d8472222f4f3de06c2/pandas-3.0.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 11.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `61c2fd96d72b983a9891b2598f286befd4ad262161a609c92dc1652544b46b76` | Copy |
| MD5 | `3a94953b97cded0a4ccc77351a754f79` | Copy |
| BLAKE2b-256 | `2017ec40d981705654853726e7ac9aea9ddbb4a5d9cf54d8472222f4f3de06c2` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl`
- Subject digest: `61c2fd96d72b983a9891b2598f286befd4ad262161a609c92dc1652544b46b76`
- Sigstore transparency entry: [1202704193](https://search.sigstore.dev/?logIndex=1202704193)
- Sigstore integration time:
Mar 31, 2026, 6:45:54 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp311-cp311-manylinux\_2\_24\_aarch64.manylinux\_2\_28\_aarch64.whl](https://files.pythonhosted.org/packages/52/77/9b1c2d6070b5dbe239a7bc889e21bfa58720793fb902d1e070695d87c6d0/pandas-3.0.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.24+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `339dda302bd8369dedeae979cb750e484d549b563c3f54f3922cb8ff4978c5eb` | Copy |
| MD5 | `675877ad9b6bdb6f67c1cd304a7ccf93` | Copy |
| BLAKE2b-256 | `52779b1c2d6070b5dbe239a7bc889e21bfa58720793fb902d1e070695d87c6d0` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl`
- Subject digest: `339dda302bd8369dedeae979cb750e484d549b563c3f54f3922cb8ff4978c5eb`
- Sigstore transparency entry: [1202704219](https://search.sigstore.dev/?logIndex=1202704219)
- Sigstore integration time:
Mar 31, 2026, 6:45:55 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp311-cp311-macosx_11_0_arm64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp311-cp311-macosx\_11\_0\_arm64.whl](https://files.pythonhosted.org/packages/c4/d3/b7da1d5d7dbdc5ef52ed7debd2b484313b832982266905315dad5a0bf0b1/pandas-3.0.2-cp311-cp311-macosx_11_0_arm64.whl)
- Upload date:
Mar 31, 2026
- Size: 9.9 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `dbbd4aa20ca51e63b53bbde6a0fa4254b1aaabb74d2f542df7a7959feb1d760c` | Copy |
| MD5 | `8ed3774b2014efac1b8253c58c875d98` | Copy |
| BLAKE2b-256 | `c4d3b7da1d5d7dbdc5ef52ed7debd2b484313b832982266905315dad5a0bf0b1` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp311-cp311-macosx_11_0_arm64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp311-cp311-macosx_11_0_arm64.whl`
- Subject digest: `dbbd4aa20ca51e63b53bbde6a0fa4254b1aaabb74d2f542df7a7959feb1d760c`
- Sigstore transparency entry: [1202704322](https://search.sigstore.dev/?logIndex=1202704322)
- Sigstore integration time:
Mar 31, 2026, 6:46:02 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`
## File details
Details for the file `pandas-3.0.2-cp311-cp311-macosx_10_9_x86_64.whl`.
### File metadata
- Download URL: [pandas-3.0.2-cp311-cp311-macosx\_10\_9\_x86\_64.whl](https://files.pythonhosted.org/packages/97/35/6411db530c618e0e0005187e35aa02ce60ae4c4c4d206964a2f978217c27/pandas-3.0.2-cp311-cp311-macosx_10_9_x86_64.whl)
- Upload date:
Mar 31, 2026
- Size: 10.3 MB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
### File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | `a727a73cbdba2f7458dc82449e2315899d5140b449015d822f515749a46cbbe0` | Copy |
| MD5 | `d5bceec50e0dfa73502089ee892c2abd` | Copy |
| BLAKE2b-256 | `97356411db530c618e0e0005187e35aa02ce60ae4c4c4d206964a2f978217c27` | Copy |
[See more details on using hashes here.](https://pip.pypa.io/en/stable/topics/secure-installs/#hash-checking-mode "External link")
### Provenance
The following attestation bundles were made for `pandas-3.0.2-cp311-cp311-macosx_10_9_x86_64.whl`:
Publisher: [`wheels.yml` on pandas-dev/pandas](https://github.com/pandas-dev/pandas/blob/HEAD/.github/workflows/wheels.yml)
Attestations:
*Values shown here reflect the state when the release was signed and may no longer be current.*
- Statement:
- Statement type: <https://in-toto.io/Statement/v1>
- Predicate type: <https://docs.pypi.org/attestations/publish/v1>
- Subject name: `pandas-3.0.2-cp311-cp311-macosx_10_9_x86_64.whl`
- Subject digest: `a727a73cbdba2f7458dc82449e2315899d5140b449015d822f515749a46cbbe0`
- Sigstore transparency entry: [1202704232](https://search.sigstore.dev/?logIndex=1202704232)
- Sigstore integration time:
Mar 31, 2026, 6:45:56 AM
Source repository:
- Permalink: [`pandas-dev/pandas@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/tree/ab90747e3dae0e69b1bdbf083820b8075689b34b)
- Branch / Tag: [`refs/tags/v3.0.2`](https://github.com/pandas-dev/pandas/tree/refs/tags/v3.0.2)
- Owner: <https://github.com/pandas-dev>
- Access: `public`
Publication detail:
- Token Issuer: `https://token.actions.githubusercontent.com`
- Runner Environment: `github-hosted`
- Publication workflow: [`wheels.yml@ab90747e3dae0e69b1bdbf083820b8075689b34b`](https://github.com/pandas-dev/pandas/blob/ab90747e3dae0e69b1bdbf083820b8075689b34b/.github/workflows/wheels.yml)
- Trigger Event: `release`

## Help
- [Installing packages](https://packaging.python.org/tutorials/installing-packages/ "External link")
- [Uploading packages](https://packaging.python.org/tutorials/packaging-projects/ "External link")
- [User guide](https://packaging.python.org/ "External link")
- [Project name retention](https://www.python.org/dev/peps/pep-0541/ "External link")
- [FAQs](https://pypi.org/help/)
## About PyPI
- [PyPI Blog](https://blog.pypi.org/ "External link")
- [Infrastructure dashboard](https://dtdg.co/pypi "External link")
- [Statistics](https://pypi.org/stats/)
- [Logos & trademarks](https://pypi.org/trademarks/)
- [Our sponsors](https://pypi.org/sponsors/)
## Contributing to PyPI
- [Bugs and feedback](https://pypi.org/help/#feedback)
- [Contribute on GitHub](https://github.com/pypi/warehouse "External link")
- [Translate PyPI](https://hosted.weblate.org/projects/pypa/warehouse/ "External link")
- [Sponsor PyPI](https://pypi.org/sponsors/)
- [Development credits](https://github.com/pypi/warehouse/graphs/contributors "External link")
## Using PyPI
- [Terms of Service](https://policies.python.org/pypi.org/Terms-of-Service/ "External link")
- [Report security issue](https://pypi.org/security/)
- [Code of conduct](https://policies.python.org/python.org/code-of-conduct/ "External link")
- [Privacy Notice](https://policies.python.org/pypi.org/Privacy-Notice/ "External link")
- [Acceptable Use Policy](https://policies.python.org/pypi.org/Acceptable-Use-Policy/ "External link")
***
Status: [all systems operational](https://status.python.org/ "External link")
Developed and maintained by the Python community, for the Python community.
[Donate today\!](https://donate.pypi.org/)
"PyPI", "Python Package Index", and the blocks logos are registered [trademarks](https://pypi.org/trademarks/) of the [Python Software Foundation](https://www.python.org/psf-landing).
Ā© 2026 [Python Software Foundation](https://www.python.org/psf-landing/ "External link")
[Site map](https://pypi.org/sitemap/)
Switch to desktop version
Supported by
[ AWS Cloud computing and Security Sponsor](https://aws.amazon.com/) [ Datadog Monitoring](https://www.datadoghq.com/) [ Depot Continuous Integration](https://depot.dev/) [ Fastly CDN](https://www.fastly.com/) [ Google Download Analytics](https://careers.google.com/) [ Pingdom Monitoring](https://www.pingdom.com/) [ Sentry Error logging](https://sentry.io/for/python/?utm_source=pypi&utm_medium=paid-community&utm_campaign=python-na-evergreen&utm_content=static-ad-pypi-sponsor-learnmore) [ StatusPage Status page](https://statuspage.io/) |
| Readable Markdown | 
***
## pandas: A Powerful Python Data Analysis Toolkit
| | |
|---|---|
| Testing | [](https://github.com/pandas-dev/pandas/actions/workflows/unit-tests.yml) [](https://codecov.io/gh/pandas-dev/pandas) |
| Package | [](https://pypi.org/project/pandas/) [](https://pypi.org/project/pandas/) [](https://anaconda.org/conda-forge/pandas) [](https://anaconda.org/conda-forge/pandas) |
| Meta | [](https://numfocus.org/) [](https://doi.org/10.5281/zenodo.3509134) [](https://github.com/pandas-dev/pandas/blob/main/LICENSE) [](https://pandas.pydata.org/docs/dev/development/community.html?highlight=slack#community-slack) [](https://insights.linuxfoundation.org/project/pandas-dev-pandas) |
## 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](https://pypi.org/project/pandas/#main-features)
- [Where to get it](https://pypi.org/project/pandas/#where-to-get-it)
- [Dependencies](https://pypi.org/project/pandas/#dependencies)
- [Installation from sources](https://pypi.org/project/pandas/#installation-from-sources)
- [License](https://pypi.org/project/pandas/#license)
- [Documentation](https://pypi.org/project/pandas/#documentation)
- [Background](https://pypi.org/project/pandas/#background)
- [Getting Help](https://pypi.org/project/pandas/#getting-help)
- [Discussion and Development](https://pypi.org/project/pandas/#discussion-and-development)
- [Contributing to pandas](https://pypi.org/project/pandas/#contributing-to-pandas)
## Main Features
Here are just a few of the things that pandas does well:
- Easy handling of [**missing data**](https://pandas.pydata.org/pandas-docs/stable/user_guide/missing_data.html) (represented as `NaN`, `NA`, or `NaT`) in floating point as well as non-floating point data
- Size mutability: columns can be [**inserted and deleted**](https://pandas.pydata.org/pandas-docs/stable/user_guide/dsintro.html#column-selection-addition-deletion) from DataFrame and higher dimensional objects
- Automatic and explicit [**data alignment**](https://pandas.pydata.org/pandas-docs/stable/user_guide/dsintro.html?highlight=alignment#intro-to-data-structures): 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**](https://pandas.pydata.org/pandas-docs/stable/user_guide/groupby.html#group-by-split-apply-combine) functionality to perform split-apply-combine operations on data sets, for both aggregating and transforming data
- Make it [**easy to convert**](https://pandas.pydata.org/pandas-docs/stable/user_guide/dsintro.html#dataframe) ragged, differently-indexed data in other Python and NumPy data structures into DataFrame objects
- Intelligent label-based [**slicing**](https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#slicing-ranges), [**fancy indexing**](https://pandas.pydata.org/pandas-docs/stable/user_guide/advanced.html#advanced), and [**subsetting**](https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#boolean-indexing) of large data sets
- Intuitive [**merging**](https://pandas.pydata.org/pandas-docs/stable/user_guide/merging.html#database-style-dataframe-or-named-series-joining-merging) and [**joining**](https://pandas.pydata.org/pandas-docs/stable/user_guide/merging.html#joining-on-index) data sets
- Flexible [**reshaping**](https://pandas.pydata.org/pandas-docs/stable/user_guide/reshaping.html) and [**pivoting**](https://pandas.pydata.org/pandas-docs/stable/user_guide/reshaping.html) of data sets
- [**Hierarchical**](https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#hierarchical-indexing-multiindex) labeling of axes (possible to have multiple labels per tick)
- Robust I/O tools for loading data from [**flat files**](https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#csv-text-files) (CSV and delimited), [**Excel files**](https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#excel-files), [**databases**](https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#sql-queries), and saving/loading data from the ultrafast [**HDF5 format**](https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#hdf5-pytables)
- [**Time series**](https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#time-series-date-functionality)\-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)](https://pypi.org/project/pandas) and on [Conda](https://anaconda.org/conda-forge/pandas).
```
# 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](https://pandas.pydata.org/pandas-docs/stable/whatsnew/index.html). For full details, see the commit logs at <https://github.com/pandas-dev/pandas>.
## Dependencies
- [NumPy - Adds support for large, multi-dimensional arrays, matrices and high-level mathematical functions to operate on these arrays](https://www.numpy.org/)
- [python-dateutil - Provides powerful extensions to the standard datetime module](https://dateutil.readthedocs.io/en/stable/index.html)
- [tzdata - Provides an IANA time zone database](https://tzdata.readthedocs.io/en/latest/) (Only required on Windows/Emscripten)
See the [full installation instructions](https://pandas.pydata.org/pandas-docs/stable/install.html#dependencies) for minimum supported versions of required, recommended and optional dependencies.
## Installation from sources
To install pandas from source you need [Cython](https://cython.org/) 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](https://pip.pypa.io/en/latest/cli/pip_install/#install-editable):
```
python -m pip install -ve . --no-build-isolation --config-settings editable-verbose=true
```
See the full instructions for [installing from source](https://pandas.pydata.org/docs/dev/development/contributing_environment.html).
## License
[BSD 3](https://pypi.org/project/pandas/LICENSE)
## Documentation
The official documentation is hosted on [PyData.org](https://pandas.pydata.org/pandas-docs/stable/).
## Background
Work on `pandas` started at [AQR](https://www.aqr.com/) (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](https://stackoverflow.com/questions/tagged/pandas). Further, general questions and discussions can also take place on the [pydata mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata).
## Discussion and Development
Most development discussions take place on GitHub in this repo, via the [GitHub issue tracker](https://github.com/pandas-dev/pandas/issues).
Further, the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev) can also be used for specialized discussions or design issues, and a [Slack channel](https://pandas.pydata.org/docs/dev/development/community.html?highlight=slack#community-slack) is available for quick development related questions.
There are also frequent [community meetings](https://pandas.pydata.org/docs/dev/development/community.html#community-meeting) for project maintainers open to the community as well as monthly [new contributor meetings](https://pandas.pydata.org/docs/dev/development/community.html#new-contributor-meeting) to help support new contributors.
Additional information on the communication channels can be found on the [contributor community](https://pandas.pydata.org/docs/development/community.html) page.
## Contributing to pandas
[](https://www.codetriage.com/pandas-dev/pandas)
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](https://pandas.pydata.org/docs/dev/development/contributing.html)**.
If you are simply looking to start working with the pandas codebase, navigate to the [GitHub "issues" tab](https://github.com/pandas-dev/pandas/issues) and start looking through interesting issues. There are a number of issues listed under [Docs](https://github.com/pandas-dev/pandas/issues?q=is%3Aissue%20state%3Aopen%20label%3ADocs%20sort%3Aupdated-desc) and [good first issue](https://github.com/pandas-dev/pandas/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22%20sort%3Aupdated-desc) 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](https://www.codetriage.com/pandas-dev/pandas).
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](https://groups.google.com/forum/?fromgroups#!forum/pydata) or on [Slack](https://pandas.pydata.org/docs/dev/development/community.html?highlight=slack#community-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](https://github.com/pandas-dev/.github/blob/master/CODE_OF_CONDUCT.md)
***
[Go to Top](https://pypi.org/project/pandas/#table-of-contents) |
| Shard | 59 (laksa) |
| Root Hash | 7813724874982801459 |
| Unparsed URL | org,pypi!/project/pandas/ s443 |