[ 
https://issues.apache.org/jira/browse/ARROW-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16834054#comment-16834054
 ] 

Joris Van den Bossche commented on ARROW-4505:
----------------------------------------------

And the same for TimestampArray:

{code}
In [55]: pa.array([pd.Timestamp("2012-01-01")])                                 
                                                                              
Out[55]: 
<pyarrow.lib.TimestampArray object at 0x7f27716a12c8>
[
  1325376000000000
]
{code}

> [C++] Nicer PrettyPrint for date32
> ----------------------------------
>
>                 Key: ARROW-4505
>                 URL: https://issues.apache.org/jira/browse/ARROW-4505
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Priority: Major
>             Fix For: 0.14.0
>
>
> Current:
> {code}
> In [3]: pa.array([date(2001, 1, 1), None, date(2001, 1, 2)])                  
>                                                                               
>                                    
> Out[3]: 
> <pyarrow.lib.Date32Array object at 0x7f033ce9c458>
> [
>   11323,
>   null,
>   11324
> ]
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to