Skip to content

Commit

Permalink
Update Dask + Pandas to Dask + cuDF path (NVIDIA#10897)
Browse files Browse the repository at this point in the history
According to rapidsai/cudf#3176 (comment), the documentation is outdated. I have amended it.

Authors:
  - Miguel Martínez (https://github.com/miguelusque)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: rapidsai/cudf#10897
  • Loading branch information
miguelusque authored May 19, 2022
1 parent 1db83e3 commit a808d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cudf/source/user_guide/dask-cudf.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The following is tested and expected to work:
- Converting to and from other forms

- Dask + Pandas to Dask + cuDF
`df.map_partitions(cudf.from_pandas)`
`df.map_partitions(cudf.DataFrame.from_pandas)`
- Dask + cuDF to Dask + Pandas
`df.map_partitions(lambda df: df.to_pandas())`
- cuDF to Dask + cuDF:
Expand Down

0 comments on commit a808d9c

Please sign in to comment.