Skip to content

Commit

Permalink
Describe unpickling expectations when cudf.pandas is enabled (#14693)
Browse files Browse the repository at this point in the history
Adds to the docs the unpickling expectations that were noted in #14692.

Authors:
  - Ashwin Srinath (https://github.com/shwina)

Approvers:
  - Matthew Roeschke (https://github.com/mroeschke)

URL: #14693
  • Loading branch information
shwina authored Jan 12, 2024
1 parent 9937c7f commit 9e6400b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/cudf/source/cudf_pandas/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ There are a few known limitations that you should be aware of:
pandas
- `cudf.pandas` isn't compatible with directly using `import cudf`
and is intended to be used with pandas-based workflows.
- Unpickling objects that were pickled with "regular" pandas will not
work: you must have pickled an object with `cudf.pandas` enabled for
it to be unpickled when `cudf.pandas` is enabled.
- Global variables can be accessed but can't be modified during CPU-fallback

```python
Expand Down

0 comments on commit 9e6400b

Please sign in to comment.