Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0, 3.5.1
Description
SPARK-47365 added support for returning a Spark DataFrame as a PyArrow Table.
It would be nice if we could also go in the opposite direction, enabling users to create a Spark DataFrame from a PyArrow Table by passing the PyArrow Table to spark.createDataFrame().
Attachments
Issue Links
- is related to
-
SPARK-48302 Preserve nulls in map columns in PyArrow Tables
- Resolved
-
SPARK-48374 Support additional PyArrow Table column types
- Resolved
-
SPARK-48478 Allow passing iterator of PyArrow RecordBatches to createDataFrame()
- Open
- relates to
-
SPARK-47365 Add toArrow() DataFrame method to PySpark
- Resolved
- links to