You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cudf/source/cudf_pandas/usage.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,9 @@ df.apply(list, axis=1) # uses the CPU (fallback)
27
27
```
28
28
29
29
```{note}
30
-
If you have already imported or used pandas in your current kernel session, you will need to restart your kernel and run `%load_ext cudf.pandas` as the first command before any pandas imports or usage.
30
+
If you have already imported or used pandas in your current kernel session,
31
+
you will need to restart your kernel and run `%load_ext cudf.pandas` as the
0 commit comments