From 2ade61411a014b3eed24bd2b382687d55233a9b5 Mon Sep 17 00:00:00 2001 From: leshe4ka46 Date: Sat, 15 Nov 2025 16:30:38 +0300 Subject: R(Cluster) --- Fundamentals_of_Accelerated_Data_Science/1-08_cudf-polars.ipynb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Fundamentals_of_Accelerated_Data_Science/1-08_cudf-polars.ipynb') diff --git a/Fundamentals_of_Accelerated_Data_Science/1-08_cudf-polars.ipynb b/Fundamentals_of_Accelerated_Data_Science/1-08_cudf-polars.ipynb index c0f1115..6f810c8 100644 --- a/Fundamentals_of_Accelerated_Data_Science/1-08_cudf-polars.ipynb +++ b/Fundamentals_of_Accelerated_Data_Science/1-08_cudf-polars.ipynb @@ -803,7 +803,7 @@ }, { "cell_type": "code", - "execution_count": 30, + "execution_count": null, "id": "6f5883f3-6238-4f98-970b-f06adabfb50e", "metadata": {}, "outputs": [ @@ -846,7 +846,10 @@ ], "source": [ "# Show optimized Graph\n", - "lazy_result.show_graph(optimized=True)" + "lazy_result.show_graph(optimized=True)\n", + "\n", + "# pi - projection compute and keep these columns\n", + "# sigme - selection " ] }, { -- cgit v1.2.3