Skip to content

DOC: Add tzdata to README dependencies list #61931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 25, 2025

Conversation

n-dett
Copy link
Contributor

@n-dett n-dett commented Jul 24, 2025

Added tzdata to the list of dependencies in the README in order to match official documentation.

README.md Outdated
@@ -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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this line?

README.md Outdated
@@ -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/)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [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/)

@mroeschke mroeschke added the Docs label Jul 24, 2025
@mroeschke mroeschke added this to the 3.0 milestone Jul 25, 2025
@mroeschke mroeschke merged commit 4f952b7 into pandas-dev:main Jul 25, 2025
33 of 43 checks passed
@mroeschke
Copy link
Member

Thanks @n-dett

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Add tzdata to dependencies section in README
2 participants