Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dataframes/03-from-pandas-to-dask.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@
"metadata": {},
"source": [
"We can do better... \n",
"Using [dask custom aggregation](https://docs.dask.org/en/latest/generated/dask.dataframe.groupby.Aggregation.html) is consideribly better"
"Using [dask custom aggregation](https://docs.dask.org/en/stable/generated/dask.dataframe.Aggregation.html) is consideribly better"
]
},
{
Expand Down Expand Up @@ -1206,7 +1206,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.12.3"
},
"mimetype": "text/x-python",
"name": "python",
Expand Down
4 changes: 2 additions & 2 deletions sql.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"\n",
"Input type can also be specified explicitly by providing a `format`.\n",
"When being registered, tables can optionally be persisted into memory by passing `persist=True`, which can greatly speed up repeated queries on the same table at the cost of loading the entire table into memory.\n",
"For more information, see [Data Loading and Input](https://dask-sql.readthedocs.io/en/latest/pages/data_input.html)."
"For more information, see [Data Loading and Input](https://dask-sql.readthedocs.io/en/latest/data_input.html)."
]
},
{
Expand Down Expand Up @@ -473,7 +473,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down
Loading