Skip to content
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

[Docs][Python] Document setting path to timezone db through python API #38145

Closed
AlenkaF opened this issue Oct 9, 2023 · 0 comments · Fixed by #38146
Closed

[Docs][Python] Document setting path to timezone db through python API #38145

AlenkaF opened this issue Oct 9, 2023 · 0 comments · Fixed by #38146

Comments

@AlenkaF
Copy link
Member

AlenkaF commented Oct 9, 2023

Describe the enhancement requested

There is a way to set the path to the timezone database through the python API that is different to the default location that the C++ vendored library is expecting. See #35600

This is a follow-up issue to document how this can be done on the Python side. It would also need to include the link to the C++ docs with the instructions on how to download the database.

There is also an open issue to add a function in Python that would download the database. This can be tackled for 15.0.0, see #37328.

Component(s)

Python

@AlenkaF AlenkaF self-assigned this Oct 9, 2023
@AlenkaF AlenkaF added this to the 14.0.0 milestone Oct 9, 2023
jorisvandenbossche pushed a commit that referenced this issue Oct 10, 2023
…nstall docs (#38146)

### What changes are included in this PR?

The option to set custom path to timezone database through python API has been implemented in #35600 and is documented in `docs/source/python/install.rst` with this PR.

* Closes: #38145

Authored-by: AlenkaF <frim.alenka@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
JerAguilon pushed a commit to JerAguilon/arrow that referenced this issue Oct 23, 2023
…thon install docs (apache#38146)

### What changes are included in this PR?

The option to set custom path to timezone database through python API has been implemented in apache#35600 and is documented in `docs/source/python/install.rst` with this PR.

* Closes: apache#38145

Authored-by: AlenkaF <frim.alenka@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this issue Nov 13, 2023
…thon install docs (apache#38146)

### What changes are included in this PR?

The option to set custom path to timezone database through python API has been implemented in apache#35600 and is documented in `docs/source/python/install.rst` with this PR.

* Closes: apache#38145

Authored-by: AlenkaF <frim.alenka@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
…thon install docs (apache#38146)

### What changes are included in this PR?

The option to set custom path to timezone database through python API has been implemented in apache#35600 and is documented in `docs/source/python/install.rst` with this PR.

* Closes: apache#38145

Authored-by: AlenkaF <frim.alenka@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant