Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Sep 16, 2024
1 parent 4e85636 commit 14a3a0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/cudf/cudf/core/reshape.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,8 @@ def get_dummies(
sparse : boolean, optional
Right now this is NON-FUNCTIONAL argument in rapids.
drop_first : boolean, optional
Whether to get k-1 dummies out of k categorical levels by removing the first level.
Whether to get k-1 dummies out of k categorical levels by removing the
first level.
columns : sequence of str, optional
Names of columns to encode. If not provided, will attempt to encode all
columns. Note this is different from pandas default behavior, which
Expand Down

0 comments on commit 14a3a0f

Please sign in to comment.