Skip to content

Commit 1fc1f40

Browse files
committed
Fixed broken link
1 parent 9827b83 commit 1fc1f40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataframes/03-from-pandas-to-dask.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@
992992
"metadata": {},
993993
"source": [
994994
"We can do better... \n",
995-
"Using [dask custom aggregation](https://docs.dask.org/en/latest/generated/dask.dataframe.groupby.Aggregation.html) is consideribly better"
995+
"Using [dask custom aggregation](https://docs.dask.org/en/stable/generated/dask.dataframe.Aggregation.html) is consideribly better"
996996
]
997997
},
998998
{
@@ -1206,7 +1206,7 @@
12061206
"name": "python",
12071207
"nbconvert_exporter": "python",
12081208
"pygments_lexer": "ipython3",
1209-
"version": "3.9.12"
1209+
"version": "3.12.3"
12101210
},
12111211
"mimetype": "text/x-python",
12121212
"name": "python",

0 commit comments

Comments
 (0)