You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Robert Nishihara (JIRA)" <ji...@apache.org> on 2018/02/09 07:52:00 UTC

[jira] [Created] (ARROW-2122) Pyarrow fails to serialize dataframe with timestamp.

Robert Nishihara created ARROW-2122:
---------------------------------------

             Summary: Pyarrow fails to serialize dataframe with timestamp.
                 Key: ARROW-2122
                 URL: https://issues.apache.org/jira/browse/ARROW-2122
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Robert Nishihara


The bug can be reproduced as follows.
{code:java}
import pyarrow as pa
import pandas as pd


s = pa.serialize({code}



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