Skip to content

Commit

Permalink
roll back func change
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Sep 20, 2024
1 parent d58a5ce commit 59e597a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/dask_cudf/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ Once this is done, the public Dask DataFrame API will leverage
from an on-disk format using any of the following ``dask.dataframe``
functions:

* read_parquet
* read_json
* read_csv
* read_orc
* read_hdf
* from_dict
* :func:`read_parquet`
* :func:`read_json`
* :func:`read_csv`
* :func:`read_orc`
* :func:`read_hdf`
* :func:`from_dict`

For example::

Expand Down

0 comments on commit 59e597a

Please sign in to comment.