From d813224f0e4cb3a3396793033bf9dd0f287a8ec8 Mon Sep 17 00:00:00 2001 From: n-dett <124851780+n-dett@users.noreply.github.com> Date: Wed, 23 Jul 2025 23:07:27 -0500 Subject: [PATCH 1/3] Add tzdata to dependencies list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 895cfb69e5edd..d1719b2e6beb7 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ details, see the commit logs at https://github.com/pandas-dev/pandas. - [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) - [pytz - Brings the Olson tz database into Python which allows accurate and cross platform timezone calculations](https://github.com/stub42/pytz) +- [tzdata - Provides IANA time zone data as a fallback for systems that do not have system time zone data installed (or don’t have it installed in a standard location)](https://tzdata.readthedocs.io/en/latest/) 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. From c43119ae4d6619b60cdd091352b96fcb9f749b01 Mon Sep 17 00:00:00 2001 From: n-dett <124851780+n-dett@users.noreply.github.com> Date: Thu, 24 Jul 2025 18:54:33 -0500 Subject: [PATCH 2/3] Update tzdata description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1719b2e6beb7..40393230cbf0c 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ details, see the commit logs at https://github.com/pandas-dev/pandas. - [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) - [pytz - Brings the Olson tz database into Python which allows accurate and cross platform timezone calculations](https://github.com/stub42/pytz) -- [tzdata - Provides IANA time zone data as a fallback for systems that do not have system time zone data installed (or don’t have it installed in a standard location)](https://tzdata.readthedocs.io/en/latest/) +- [tzdata - Provides an IANA time zone database](https://tzdata.readthedocs.io/en/latest/) 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. From 104c5eb4b886dde2c4a5aff6c3c310622bc98bff Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Fri, 25 Jul 2025 09:37:00 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 40393230cbf0c..82543b9db4a09 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,6 @@ 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) -- [pytz - Brings the Olson tz database into Python which allows accurate and cross platform timezone calculations](https://github.com/stub42/pytz) - [tzdata - Provides an IANA time zone database](https://tzdata.readthedocs.io/en/latest/) 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.