Thibaud Nesztler created ARROW-5665:
---------------------------------------

             Summary: ArrowInvalid on converting Pandas Series with dtype 
float64
                 Key: ARROW-5665
                 URL: https://issues.apache.org/jira/browse/ARROW-5665
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Thibaud Nesztler


{code:java}
('Could not convert 0 70.699997\n0 73.000000\n0 0.000000\nName: fact_value, 
dtype: float64 with type Series: did not recognize Python value type when 
inferring an Arrow data type', 'Conversion failed for column fact_value with 
type float64'){code}
We are experiencing a lot of random errors (will run the same code and not get 
the error at all) when converting Pandas Dataframe to parquet files using 
pyarrow.

We use this line of code for the convertion:
{code:java}
dataframe.to_parquet(filePath, compression="snappy", index=False)
{code}



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

Reply via email to