Naor Volkovich created ARROW-3112: ------------------------------------- Summary: Can't save a df using Parquet if using float16 Key: ARROW-3112 URL: https://issues.apache.org/jira/browse/ARROW-3112 Project: Apache Arrow Issue Type: Bug Components: Python Affects Versions: 0.10.0 Reporter: Naor Volkovich
When trying to save a Pandas DF using "to_parquet" when that DF has a column with a dtype of float16, I get the error: "pyarrow.lib.ArrowNotImplementedError: Unhandled type for Arrow to Parquet schema conversion: halffloat" -- This message was sent by Atlassian JIRA (v7.6.3#76005)