From 6822bcfe37d2c4e86dc1a744b1cda69fa5738ad9 Mon Sep 17 00:00:00 2001 From: Veit Schiele Date: Fri, 27 Sep 2024 08:48:53 +0200 Subject: [PATCH] :pencil2: Fix internal link --- docs/performance/parallelise-pandas.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/performance/parallelise-pandas.rst b/docs/performance/parallelise-pandas.rst index 7f8aada9..f3848a18 100644 --- a/docs/performance/parallelise-pandas.rst +++ b/docs/performance/parallelise-pandas.rst @@ -44,9 +44,9 @@ The restrictions refer to ``pd.read_json``, which is only implemented for Dask ---- -:ref:`Dask DataFrame ` is a large parallel DataFrame made up of -multiple pandas DataFrames. Here, the ``dask.dataframe`` API is a subset of the -pandas API, although there are minor changes. +:ref:`/performance/dask.ipynb#dask-dataframe` is a large parallel DataFrame made +up of multiple pandas DataFrames. Here, the ``dask.dataframe`` API is a subset +of the pandas API, although there are minor changes. .. seealso::