aboutsummaryrefslogtreecommitdiff
path: root/Fundamentals_of_Accelerated_Data_Science/1-08_cudf-polars.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Fundamentals_of_Accelerated_Data_Science/1-08_cudf-polars.ipynb')
-rw-r--r--Fundamentals_of_Accelerated_Data_Science/1-08_cudf-polars.ipynb7
1 files changed, 5 insertions, 2 deletions
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 "
]
},
{