We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
list[list[pyarrow.RecordBatch]]
1 parent b792eb0 commit 810592cCopy full SHA for 810592c
1 file changed
examples/tips.py
@@ -52,4 +52,4 @@
52
)
53
54
ray_results = ray_ctx.plan(df.execution_plan())
55
-df_ctx.create_dataframe([ray_results]).show()
+df_ctx.create_dataframe([[ray_results]]).show()
0 commit comments