You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…tabase on Windows (#38179)
### Rationale for this change
There is a section in the [Arrow C++ documentation with the instructions](https://arrow.apache.org/docs/dev/cpp/build_system.html#runtime-dependencies) on how to download and extract text version of the IANA timezone database and on Windows. We should provide a function in PyArrow that a user would call to download and extract the timezone database from Python.
### What changes are included in this PR?
Function `download_tzdata_on_windows()` added to python/pyarrow/util.py that downloads and extracts timezone database to a standard location in `%USERPROFILE%\Downloads\tzdata` on Widnows.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: #37328
Lead-authored-by: AlenkaF <[email protected]>
Co-authored-by: Alenka Frim <[email protected]>
Co-authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
Describe the enhancement requested
There is a section in the Arrow C++ documentation with the instructions on how to download and extract text version of the IANA timezone database and on Windows:
https://arrow.apache.org/docs/dev/cpp/build_system.html#runtime-dependencies
Component(s)
Python
The text was updated successfully, but these errors were encountered: