diff --git a/examples/tips.py b/examples/tips.py index 67ac64e..3a2fa91 100644 --- a/examples/tips.py +++ b/examples/tips.py @@ -52,4 +52,4 @@ ) ray_results = ray_ctx.plan(df.execution_plan()) -df_ctx.create_dataframe([ray_results]).show() +df_ctx.create_dataframe([[ray_results]]).show()