🚀 pandas-dev/pandas - Release Notes

Pandas 2.2.3 (2024-09-20)

We are pleased to announce the release of pandas 2.2.3.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.2.3/whatsnew/v2.2.3.html) for a list of all the changes.
Pandas 2.2.3 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

    conda install pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Thanks to all the contributors who made this release possible.

Pandas 2.2.2 (2024-04-10)

We are pleased to announce the release of pandas 2.2.2.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.2.2/whatsnew/v2.2.2.html) for a list of all the changes.
Pandas 2.2.2 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

    conda install pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Thanks to all the contributors who made this release possible.

Pandas 2.2.1 (2024-02-23)

We are pleased to announce the release of pandas 2.2.1.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.2.1/whatsnew/v2.2.1.html) for a list of all the changes.
Pandas 2.2.1 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

    conda install pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Thanks to all the contributors who made this release possible.

Pandas 2.2.0 (2024-01-20)

We are pleased to announce the release of pandas 2.2.0.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.2.0/whatsnew/v2.2.0.html) for a list of all the changes.
Pandas 2.2.0 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

    conda install pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Thanks to all the contributors who made this release possible.

Pandas 2.2.0rc0 (2023-12-22)

We are pleased to announce a release candidate for pandas 2.2.0. If all goes well, we'll release pandas 2.2.0 in about two weeks.

See the [whatsnew](https://pandas.pydata.org/pandas-docs/version/2.2.0rc0/whatsnew/v2.2.0.html) for a list of all the changes.

The release will be available on conda-forge and PyPI.

The release can be installed from PyPI

python -m pip install --upgrade --pre pandas==2.2.0rc0
Or from conda-forge

conda install -c conda-forge/label/pandas_rc pandas==2.2.0rc0
Please report any issues with the release candidate on the pandas issue tracker.

Pandas 2.1.4 (2023-12-08)

This is a patch release in the 2.1.x series and includes some regression and bug fixes, and a security fix. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.1.4/whatsnew/v2.1.4.html) for a list of all the changes.

The release will be available on the defaults and conda-forge channels:
```
conda install pandas
```
Or via PyPI:
```
python3 -m pip install --upgrade pandas
```
Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Thanks to all the contributors who made this release possible.

Pandas 2.1.3 (2023-11-10)

This is a patch release in the 2.1.x series and includes some regression and bug fixes, and a security fix. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.1.3/whatsnew/v2.1.3.html) for a list of all the changes.

The release will be available on the defaults and conda-forge channels:
```
conda install pandas
```
Or via PyPI:
```
python3 -m pip install --upgrade pandas
```
Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Thanks to all the contributors who made this release possible.

Pandas 2.1.2 (2023-10-26)

This is a patch release in the 2.1.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.1.2/whatsnew/v2.1.2.html) for a list of all the changes.

The release will be available on the defaults and conda-forge channels:
```
conda install pandas
```
Or via PyPI:
```
python3 -m pip install --upgrade pandas
```
Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Thanks to all the contributors who made this release possible.

Pandas 2.1.1 (2023-09-20)

This is a patch release in the 2.1.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.1.1/whatsnew/v2.1.1.html) for a list of all the changes.

The release will be available on the defaults and conda-forge channels:
```
conda install pandas
```
Or via PyPI:
```
python3 -m pip install --upgrade pandas
```
Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Thanks to all the contributors who made this release possible.

Pandas 2.1.0 (2023-08-30)

We are pleased to announce the release of pandas 2.1.0.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.1.0/whatsnew/v2.1.0.html) for a list of all the changes.
Pandas 2.1.0 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

    conda install pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Thanks to all the contributors who made this release possible.

Pandas 2.1.0rc0 (2023-08-11)

We are pleased to announce a release candidate for pandas 2.1.0. If all goes well, we'll release pandas 2.1.0 in about two weeks.

See the [whatsnew][0] for a list of all the changes.

The release will be available on conda-forge and PyPI.

The release can be installed from PyPI

    python -m pip install --upgrade --pre pandas==2.1.0rc0

Or from conda-forge

    conda install -c conda-forge/label/pandas_rc pandas==2.1.0rc0

Please report any issues with the release candidate on the pandas issue tracker.

[0]: https://pandas.pydata.org/pandas-docs/version/2.1.0rc0/whatsnew/v2.1.0.html

Pandas 2.0.3 (2023-06-28)

This is a patch release in the 2.0.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.0.3/whatsnew/v2.0.3.html) for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas
Or via PyPI:

python3 -m pip install --upgrade pandas
Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Thanks to all the contributors who made this release possible.

Pandas 2.0.2 (2023-05-28)

This is a patch release in the 2.0.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.0.2/whatsnew/v2.0.2.html) for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

    conda install pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Thanks to all the contributors who made this release possible.

Pandas 2.0.1 (2023-04-24)

This is a patch release in the 2.0.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.0.1/whatsnew/v2.0.1.html) for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

    conda install pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Thanks to all the contributors who made this release possible.

Pandas 2.0.0 (2023-04-03)

We are pleased to announce the release of pandas 2.0.0, a major release from the pandas 1 series. This release includes some new features, bug fixes, and performance improvements, as well as possible breaking changes. It is recommended that users with existing code upgrade to pandas 1.5.3 before they upgrade to pandas 2, and make sure their code does not generate FutureWarning or DeprecationWarning messages.

See the [whatsnew][0] for a list of all the changes.

The release will be available on conda-forge and PyPI.

The release can be installed from PyPI

    python -m pip install --upgrade pandas==2.0.0

Or from conda-forge

    mamba install -c conda-forge pandas==2.0.0

Please report any issues with the release candidate on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues/new/choose).

[0]: https://pandas.pydata.org/pandas-docs/version/2.0/whatsnew/v2.0.0.html

Pandas 2.0.0rc1 (2023-03-16)

We are pleased to announce the second release candidate for pandas 2.0.0. If all goes well, we'll release pandas 2.0.0 in about two weeks.

See the [whatsnew][0] for a list of all the changes.

The release will be available on conda-forge and PyPI.

The release can be installed from PyPI

    python -m pip install --upgrade --pre pandas==2.0.0rc1

Or from conda-forge

    conda install -c conda-forge/label/pandas_rc pandas==2.0.0rc1

Please report any issues with the release candidate on the pandas issue tracker.

[0]: https://pandas.pydata.org/pandas-docs/version/2.0/whatsnew/v2.0.0.html

Pandas 2.0.0rc0 (2023-02-20)

We are pleased to announce a release candidate for pandas 2.0.0. If all goes well, we'll release pandas 2.0.0 in about two weeks.

See the [whatsnew][0] for a list of all the changes.

The release will be available on conda-forge and PyPI.

The release can be installed from PyPI

    python -m pip install --upgrade --pre pandas==2.0.0rc0

Or from conda-forge

    conda install -c conda-forge/label/pandas_rc pandas==2.0.0rc0

Please report any issues with the release candidate on the pandas issue tracker.

[0]: https://pandas.pydata.org/pandas-docs/version/2.0/whatsnew/v2.0.0.html

Pandas 1.5.3 (2023-01-19)

This is a patch release in the 1.5.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.5.3/whatsnew/v1.5.3.html) for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

    conda install pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Thanks to all the contributors who made this release possible.

Pandas 1.5.2 (2022-11-22)

This is a patch release in the 1.5.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.5.2/whatsnew/v1.5.2.html) for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

    conda install pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Thanks to all the contributors who made this release possible.

Pandas 1.5.1 (2022-10-19)

This is a patch release in the 1.5.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.5.1/whatsnew/v1.5.1.html) for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

    conda install pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Thanks to all the contributors who made this release possible.

Pandas 1.5.0 (2022-09-19)

This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.5.0/whatsnew/v1.5.0.html) for a list of all the changes. pandas 1.5.0 supports Python 3.8 and higher.

The release will be available on the defaults and conda-forge channels:

`conda install -c conda-forge pandas`

Or via PyPI:

`python3 -m pip install --upgrade pandas`

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Pandas 1.4.4 (2022-08-31)

This is a patch release in the 1.4.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.4.4/whatsnew/v1.4.4.html) for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

    conda install pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Thanks to all the contributors who made this release possible.

Pandas 1.5.0rc0 (2022-08-24)

We are pleased to announce a release candidate for pandas 1.5.0. If all goes well, we'll release pandas 1.5.0 in about two weeks.

See the [whatsnew][0] for a list of all the changes.

The release will be available on conda-forge and PyPI.

The release can be installed from PyPI

    python -m pip install --upgrade --pre pandas==1.5.0rc0

Or from conda-forge

    conda install -c conda-forge/label/pandas_rc pandas==1.5.0rc0

Please report any issues with the release candidate on the pandas issue tracker.

[0]: https://pandas.pydata.org/pandas-docs/version/1.5/whatsnew/v1.5.0.html

Pandas 1.4.3 (2022-06-23)

This is a patch release in the 1.4.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.4.3/whatsnew/v1.4.3.html) for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

    conda install pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Pandas 1.4.2 (2022-04-02)

This is a patch release in the 1.4.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.4.2/whatsnew/v1.4.2.html) for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

    conda install pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Pandas 1.4.1 (2022-02-12)

This is the first patch release in the 1.4.x series and includes some regression fixes and bug fixes. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.4.1/whatsnew/v1.4.1.html) for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

    conda install pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Pandas 1.4.0 (2022-01-22)

This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.4.0/whatsnew/v1.4.0.html) for a list of all the changes. pandas 1.4.0 supports Python 3.8 and higher.

The release will be available on the defaults and conda-forge channels:

    conda install -c conda-forge pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Pandas 1.4.0rc0 (2022-01-06)

We are pleased to announce a release candidate for pandas 1.4.0. If all goes well, we'll release pandas 1.4.0 in about two weeks.

See the [whatsnew][0] for a list of all the changes. pandas 1.4.0 supports Python 3.8 and higher.

The release will be available on conda-forge and PyPI.

The release can be installed from PyPI

    python -m pip install --upgrade --pre pandas==1.4.0rc0

Or from conda-forge

    conda install -c conda-forge/label/pandas_rc pandas==1.4.0rc0

Please report any issues with the release candidate on the pandas issue tracker.

[0]: https://pandas.pydata.org/pandas-docs/version/1.4/whatsnew/v1.4.0.html

Pandas 1.3.5 (2021-12-12)

This is a patch release in the 1.3.x series and includes some regression fixes. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.3.5/whatsnew/v1.3.5.html) for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

    conda install pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).

Pandas 1.3.4 (2021-10-17)

This is a patch release in the 1.3.x series and includes some regression fixes and bug fixes. We recommend that all users upgrade to this version.

See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.3.4/whatsnew/v1.3.4.html) for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

    conda install pandas

Or via PyPI:

    python3 -m pip install --upgrade pandas

Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues).