Skip to content

Commit

Permalink
✏️ Fix internal link
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Sep 27, 2024
1 parent 15dbe7b commit 6822bcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/performance/parallelise-pandas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ The restrictions refer to ``pd.read_json``, which is only implemented for
Dask
----

:ref:`Dask DataFrame <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::

Expand Down

0 comments on commit 6822bcf

Please sign in to comment.