edponce commented on a change in pull request #12078:
URL: https://github.com/apache/arrow/pull/12078#discussion_r779367812
##########
File path: python/pyarrow/array.pxi
##########
@@ -159,9 +159,10 @@ def array(object obj, type=None, mask=None, size=None,
from_pandas=None,
Notes
-----
- Localized timestamps will currently be returned as UTC (pandas's native
- representation). Timezone-naive data will be implicitly interpreted as
- UTC.
+ Timezone will be preserved in the returned array for timezone aware data,
+ else no timezone data will be returned for naive timestamps.
+ Internally, UTC values are stored for timezone aware data,
Review comment:
Maybe `timezone aware` --> `timezone-aware` for symmetry with
`timezone-naive`.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]