pandas 3.0.2


pip install pandas

  Latest version

Released: Mar 31, 2026


Meta
Author: The Pandas Development Team
Requires Python: >=3.11

Classifiers

Development Status
  • 5 - Production/Stable

Environment
  • Console

Intended Audience
  • Science/Research

License
  • OSI Approved :: BSD License

Operating System
  • OS Independent

Programming Language
  • Cython
  • Python
  • Python :: 3
  • Python :: 3 :: Only
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

Topic
  • Scientific/Engineering
Pandas Logo

pandas: A Powerful Python Data Analysis Toolkit

Testing CI - Test Coverage
Package PyPI Latest Release PyPI Downloads Conda Latest Release Conda Downloads
Meta Powered by NumFOCUS DOI License - BSD 3-Clause Slack LFX Health Score

What is it?

pandas is a Python package that provides fast, flexible, and expressive data structures designed to make working with "relational" or "labeled" data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real-world data analysis in Python. Additionally, it has the broader goal of becoming the most powerful and flexible open-source data analysis/manipulation tool available in any language. It is already well on its way towards this goal.

Table of Contents

Main Features

Here are just a few of the things that pandas does well:

  • Easy handling of missing data (represented as NaN, NA, or NaT) in floating point as well as non-floating point data
  • Size mutability: columns can be inserted and deleted from DataFrame and higher dimensional objects
  • Automatic and explicit data alignment: objects can be explicitly aligned to a set of labels, or the user can simply ignore the labels and let Series, DataFrame, etc. automatically align the data for you in computations
  • Powerful, flexible group by functionality to perform split-apply-combine operations on data sets, for both aggregating and transforming data
  • Make it easy to convert ragged, differently-indexed data in other Python and NumPy data structures into DataFrame objects
  • Intelligent label-based slicing, fancy indexing, and subsetting of large data sets
  • Intuitive merging and joining data sets
  • Flexible reshaping and pivoting of data sets
  • Hierarchical labeling of axes (possible to have multiple labels per tick)
  • Robust I/O tools for loading data from flat files (CSV and delimited), Excel files, databases, and saving/loading data from the ultrafast HDF5 format
  • Time series-specific functionality: date range generation and frequency conversion, moving window statistics, date shifting and lagging

Where to get it

The source code is currently hosted on GitHub at: https://github.com/pandas-dev/pandas

Binary installers for the latest released version are available at the Python Package Index (PyPI) and on Conda.

# conda
conda install -c conda-forge pandas
# or PyPI
pip install pandas

The list of changes to pandas between each release can be found here. For full details, see the commit logs at https://github.com/pandas-dev/pandas.

Dependencies

See the full installation instructions for minimum supported versions of required, recommended and optional dependencies.

Installation from sources

To install pandas from source you need Cython in addition to the normal dependencies above. Cython can be installed from PyPI:

pip install cython

In the pandas directory (same one where you found this file after cloning the git repo), execute:

pip install .

or for installing in development mode:

python -m pip install -ve . --no-build-isolation --config-settings editable-verbose=true

See the full instructions for installing from source.

License

BSD 3

Documentation

The official documentation is hosted on PyData.org.

Background

Work on pandas started at AQR (a quantitative hedge fund) in 2008 and has been under active development since then.

Getting Help

For usage questions, the best place to go to is Stack Overflow. Further, general questions and discussions can also take place on the pydata mailing list.

Discussion and Development

Most development discussions take place on GitHub in this repo, via the GitHub issue tracker.

Further, the pandas-dev mailing list can also be used for specialized discussions or design issues, and a Slack channel is available for quick development related questions.

There are also frequent community meetings for project maintainers open to the community as well as monthly new contributor meetings to help support new contributors.

Additional information on the communication channels can be found on the contributor community page.

Contributing to pandas

Open Source Helpers

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

A detailed overview on how to contribute can be found in the contributing guide.

If you are simply looking to start working with the pandas codebase, navigate to the GitHub "issues" tab and start looking through interesting issues. There are a number of issues listed under Docs and good first issue where you could start out.

You can also triage issues which may include reproducing bug reports, or asking for vital information such as version numbers or reproduction instructions. If you would like to start triaging issues, one easy way to get started is to subscribe to pandas on CodeTriage.

Or maybe through using pandas you have an idea of your own or are looking for something in the documentation and thinking ‘this can be improved’... you can do something about it!

Feel free to ask questions on the mailing list or on Slack.

As contributors and maintainers to this project, you are expected to abide by pandas' code of conduct. More information can be found at: Contributor Code of Conduct


Go to Top

3.0.2 Mar 31, 2026
3.0.1 Feb 17, 2026
3.0.0 Jan 21, 2026
3.0.0rc2 Jan 14, 2026
3.0.0rc1 Dec 19, 2025
3.0.0rc0 Dec 03, 2025
2.3.3 Sep 29, 2025
2.3.2 Aug 21, 2025
2.3.1 Jul 07, 2025
2.3.0 Jun 05, 2025
2.2.3 Sep 20, 2024
2.2.2 Apr 10, 2024
2.2.1 Feb 23, 2024
2.2.0 Jan 20, 2024
2.1.4 Dec 08, 2023
2.1.3 Nov 10, 2023
2.1.2 Oct 26, 2023
2.1.1 Sep 20, 2023
2.1.0 Aug 30, 2023
2.0.3 Jun 28, 2023
2.0.2 May 29, 2023
2.0.1 Apr 24, 2023
2.0.0 Apr 03, 2023
1.5.3 Jan 19, 2023
1.5.2 Nov 23, 2022
1.5.1 Oct 19, 2022
1.5.0 Sep 19, 2022
1.4.4 Aug 31, 2022
1.4.3 Jun 23, 2022
1.4.2 Apr 02, 2022
1.4.1 Feb 12, 2022
1.4.0 Jan 22, 2022
1.3.5 Dec 12, 2021
1.3.4 Oct 17, 2021
1.3.3 Sep 12, 2021
1.3.2 Aug 15, 2021
1.3.1 Jul 25, 2021
1.3.0 Jul 02, 2021
1.2.5 Jun 22, 2021
1.2.4 Apr 12, 2021
1.2.3 Mar 02, 2021
1.2.2 Feb 09, 2021
1.2.1 Jan 20, 2021
1.2.0 Dec 26, 2020
1.1.5 Dec 07, 2020
1.1.4 Oct 30, 2020
1.1.3 Oct 05, 2020
1.1.2 Sep 08, 2020
1.1.1 Aug 20, 2020
1.1.0 Jul 28, 2020
1.0.5 Jun 18, 2020
1.0.4 May 29, 2020
1.0.3 Mar 18, 2020
1.0.2 Mar 15, 2020
1.0.1 Feb 05, 2020
1.0.0 Jan 30, 2020
0.25.3 Nov 01, 2019
0.25.2 Oct 19, 2019
0.25.1 Aug 22, 2019
0.25.0 Jul 19, 2019
0.24.2 Mar 14, 2019
0.24.1 Feb 04, 2019
0.24.0 Jan 25, 2019
0.23.4 Aug 04, 2018
0.23.3 Jul 07, 2018
0.23.2 Jul 06, 2018
0.23.1 Jun 13, 2018
0.23.0 May 16, 2018
0.22.0 Dec 31, 2017
0.21.1 Dec 13, 2017
0.21.0 Oct 28, 2017
0.20.3 Jul 07, 2017
0.20.2 Jun 05, 2017
0.20.1 May 05, 2017
0.20.0 May 05, 2017
0.19.2 Dec 24, 2016
0.19.1 Nov 03, 2016
0.19.0 Oct 02, 2016
0.18.1 May 05, 2016
0.18.0 Mar 12, 2016
0.17.1 Nov 20, 2015
0.17.0 Oct 09, 2015
0.16.2 Jun 13, 2015
0.16.1 May 11, 2015
0.16.0 Mar 22, 2015
0.15.2 Dec 11, 2014
0.15.1 Nov 08, 2014
0.15.0 Oct 19, 2014
0.14.1 Jul 10, 2014
0.14.0 May 30, 2014
0.13.1 Feb 09, 2014
0.13.0 Jan 16, 2014
0.12.0 Jul 24, 2013
0.11.0 Apr 23, 2013
0.10.1 Jan 22, 2013
0.10.0 Dec 17, 2012
0.9.1 Nov 15, 2012
0.9.0 Oct 08, 2012
0.8.1 Jul 22, 2012
0.8.0 Jun 29, 2012
0.7.3 Apr 12, 2012
0.7.2 Mar 16, 2012
0.7.1 Feb 29, 2012
0.7.0 Feb 09, 2012
0.6.1 Dec 14, 2011
0.6.0 Nov 26, 2011
0.5.0 Oct 25, 2011
0.4.3 Oct 09, 2011
0.4.2 Oct 03, 2011
0.4.1 Sep 26, 2011
0.4.0 Sep 12, 2011
0.3.0 Feb 20, 2011
0.2 May 18, 2010
0.1 Dec 25, 2009
0.9.1.win32 Nov 15, 2012
0.9.1.win Nov 15, 2012
0.9.0.win32 Oct 08, 2012
0.9.0.win Oct 08, 2012
0.8.1.win32 Jul 22, 2012
0.8.1.win Jul 22, 2012
0.8.0.win32 Jun 29, 2012
0.8.0.win Jun 29, 2012
0.7.3.win32 Apr 12, 2012
0.7.3.win Apr 12, 2012
0.7.2.win32 Mar 16, 2012
0.7.2.win Mar 16, 2012
0.7.1.win32 Feb 29, 2012
0.7.1.win Feb 29, 2012
0.7.0.win32 Feb 09, 2012
0.7.0.win Feb 09, 2012
0.6.1.win32 Dec 14, 2011
0.6.1.win Dec 14, 2011
0.6.0.win32 Nov 26, 2011
0.6.0.win Nov 26, 2011
0.5.0.win32 Oct 25, 2011
0.5.0.win Oct 25, 2011
0.4.3.win32 Oct 10, 2011
0.4.3.win Oct 10, 2011
0.4.2.win32 Oct 03, 2011
0.4.2.win Oct 03, 2011
0.4.1.win32 Sep 26, 2011
0.4.1.win Sep 26, 2011
0.4.0.win32 Sep 12, 2011
0.4.0.win Sep 12, 2011
0.3.0.win32 Feb 20, 2011
0.3.0.win Feb 20, 2011
0.15.2.win32 Dec 12, 2014
0.15.2.win Dec 12, 2014
0.15.1.win32 Nov 08, 2014
0.15.1.win Nov 08, 2014
0.15.0.win32 Oct 19, 2014
0.15.0.win Oct 19, 2014
0.14.1.win32 Jul 11, 2014
0.14.1.win Jul 11, 2014
0.14.0.win32 May 30, 2014
0.14.0.win May 30, 2014
0.13.1.win32 Feb 09, 2014
0.13.1.win Feb 09, 2014
0.13.0.win32 Jan 14, 2014
0.13.0.win Jan 14, 2014
0.12.0.win32 Jul 24, 2013
0.12.0.win Jul 24, 2013
0.11.0.win32 Apr 23, 2013
0.11.0.win Apr 23, 2013
0.10.1.win32 Jan 22, 2013
0.10.1.win Jan 22, 2013
0.10.0.win32 Dec 17, 2012
0.10.0.win Dec 17, 2012
0.1.win32 Dec 26, 2009

Wheel compatibility matrix

Platform CPython 3.11 CPython 3.12 CPython 3.13 CPython 3.14 CPython (additional flags: t) 3.13 CPython (additional flags: t) 3.14
macosx_10_13_x86_64
macosx_10_15_x86_64
macosx_10_9_x86_64
macosx_11_0_arm64
manylinux_2_24_aarch64
manylinux_2_24_x86_64
manylinux_2_28_aarch64
manylinux_2_28_x86_64
musllinux_1_2_aarch64
musllinux_1_2_x86_64
win_amd64
win_arm64

Files in release

pandas-3.0.2-cp311-cp311-macosx_10_9_x86_64.whl (9.8MiB)
pandas-3.0.2-cp311-cp311-macosx_11_0_arm64.whl (9.5MiB)
pandas-3.0.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.3MiB)
pandas-3.0.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.7MiB)
pandas-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl (11.2MiB)
pandas-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl (11.8MiB)
pandas-3.0.2-cp311-cp311-win_amd64.whl (9.4MiB)
pandas-3.0.2-cp311-cp311-win_arm64.whl (8.7MiB)
pandas-3.0.2-cp312-cp312-macosx_10_13_x86_64.whl (9.9MiB)
pandas-3.0.2-cp312-cp312-macosx_11_0_arm64.whl (9.4MiB)
pandas-3.0.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (9.9MiB)
pandas-3.0.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.4MiB)
pandas-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (10.9MiB)
pandas-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (11.4MiB)
pandas-3.0.2-cp312-cp312-win_amd64.whl (9.3MiB)
pandas-3.0.2-cp312-cp312-win_arm64.whl (8.6MiB)
pandas-3.0.2-cp313-cp313-macosx_10_13_x86_64.whl (9.8MiB)
pandas-3.0.2-cp313-cp313-macosx_11_0_arm64.whl (9.4MiB)
pandas-3.0.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (9.9MiB)
pandas-3.0.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.4MiB)
pandas-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl (10.8MiB)
pandas-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl (11.4MiB)
pandas-3.0.2-cp313-cp313-win_amd64.whl (9.3MiB)
pandas-3.0.2-cp313-cp313-win_arm64.whl (8.6MiB)
pandas-3.0.2-cp313-cp313t-macosx_10_13_x86_64.whl (10.3MiB)
pandas-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl (9.9MiB)
pandas-3.0.2-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (9.8MiB)
pandas-3.0.2-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.2MiB)
pandas-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl (10.8MiB)
pandas-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl (11.2MiB)
pandas-3.0.2-cp313-cp313t-win_amd64.whl (10.0MiB)
pandas-3.0.2-cp314-cp314-macosx_10_15_x86_64.whl (9.8MiB)
pandas-3.0.2-cp314-cp314-macosx_11_0_arm64.whl (9.5MiB)
pandas-3.0.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (10.0MiB)
pandas-3.0.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.4MiB)
pandas-3.0.2-cp314-cp314-musllinux_1_2_aarch64.whl (10.9MiB)
pandas-3.0.2-cp314-cp314-musllinux_1_2_x86_64.whl (11.4MiB)
pandas-3.0.2-cp314-cp314-win_amd64.whl (9.4MiB)
pandas-3.0.2-cp314-cp314-win_arm64.whl (8.8MiB)
pandas-3.0.2-cp314-cp314t-macosx_10_15_x86_64.whl (10.3MiB)
pandas-3.0.2-cp314-cp314t-macosx_11_0_arm64.whl (9.9MiB)
pandas-3.0.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (9.9MiB)
pandas-3.0.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (10.2MiB)
pandas-3.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl (10.8MiB)
pandas-3.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl (11.3MiB)
pandas-3.0.2-cp314-cp314t-win_amd64.whl (10.4MiB)
pandas-3.0.2-cp314-cp314t-win_arm64.whl (9.0MiB)
pandas-3.0.2.tar.gz (4.4MiB)
Extras:
Dependencies:
numpy (>=1.26.0)
numpy (>=2.3.3)
python-dateutil (>=2.8.2)
tzdata
tzdata