You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2023/05/16 08:34:24 UTC

[GitHub] [arrow] jorisvandenbossche commented on issue #35600: [Python] Allow setting path to timezone db through python API

jorisvandenbossche commented on issue #35600:
URL: https://github.com/apache/arrow/issues/35600#issuecomment-1549235149

   And the R bindings already expose this, which essentially is a small wrapper around the setting a C++ option (`arrow::GlobalOptions.timezone_db_path`):
   
   https://github.com/apache/arrow/blob/f6e447944f2a2ab108d5971daf351b7443bc96fb/r/src/config.cpp#L38-L47
   
   So it should certainly be possible to add a similar function to pyarrow.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org