pandas 2.3.0


pip install pandas

  Latest version

Released: Jun 05, 2025


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

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.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

Topic
  • Scientific/Engineering


pandas: 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

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 IO 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 StackOverflow. 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

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.2.0rc0 Dec 22, 2023
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.1.0rc0 Aug 11, 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
2.0.0rc1 Mar 16, 2023
2.0.0rc0 Feb 20, 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.5.0rc0 Aug 24, 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.4.0rc0 Jan 06, 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.0rc0 Dec 26, 2009

Wheel compatibility matrix

Platform CPython 3.10 CPython 3.11 CPython 3.12 CPython 3.13 CPython (additional flags: t) 3.13
macosx_10_13_x86_64
macosx_10_9_x86_64
macosx_11_0_arm64
manylinux2014_aarch64
manylinux2014_x86_64
manylinux_2_17_aarch64
manylinux_2_17_x86_64
musllinux_1_2_x86_64
win_amd64

Files in release

pandas-2.3.0-cp310-cp310-macosx_10_9_x86_64.whl (11.0MiB)
pandas-2.3.0-cp310-cp310-macosx_11_0_arm64.whl (10.3MiB)
pandas-2.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.2MiB)
pandas-2.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.8MiB)
pandas-2.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (13.0MiB)
pandas-2.3.0-cp310-cp310-win_amd64.whl (10.6MiB)
pandas-2.3.0-cp311-cp311-macosx_10_9_x86_64.whl (11.0MiB)
pandas-2.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.2MiB)
pandas-2.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.8MiB)
pandas-2.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (13.1MiB)
pandas-2.3.0-cp311-cp311-win_amd64.whl (10.6MiB)
pandas-2.3.0-cp312-cp312-macosx_10_13_x86_64.whl (11.0MiB)
pandas-2.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.4MiB)
pandas-2.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (12.6MiB)
pandas-2.3.0-cp312-cp312-win_amd64.whl (10.5MiB)
pandas-2.3.0-cp313-cp313-macosx_10_13_x86_64.whl (11.0MiB)
pandas-2.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.8MiB)
pandas-2.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.5MiB)
pandas-2.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (12.6MiB)
pandas-2.3.0-cp313-cp313-win_amd64.whl (10.5MiB)
pandas-2.3.0-cp313-cp313t-macosx_10_13_x86_64.whl (11.6MiB)
pandas-2.3.0-cp313-cp313t-macosx_11_0_arm64.whl (10.9MiB)
pandas-2.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.9MiB)
pandas-2.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.4MiB)
pandas-2.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl (12.6MiB)
pandas-2.3.0.tar.gz (4.3MiB)
Extras:
Dependencies:
numpy (>=1.22.4)
numpy (>=1.23.2)
numpy (>=1.26.0)
python-dateutil (>=2.8.2)
pytz (>=2020.1)
tzdata (>=2022.7)