Skip to content

Commit

Permalink
docs(python): Fix explode docstring mentioning String types (#14285)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Feb 5, 2024
1 parent 0eaa3cb commit 8bd2bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py-polars/polars/dataframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -7206,7 +7206,7 @@ def explode(
----------
columns
Column names, expressions, or a selector defining them. The underlying
columns being exploded must be of List or String datatype.
columns being exploded must be of the `List` or `Array` data type.
*more_columns
Additional names of columns to explode, specified as positional arguments.
Expand Down
2 changes: 1 addition & 1 deletion py-polars/polars/lazyframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -5435,7 +5435,7 @@ def explode(
----------
columns
Column names, expressions, or a selector defining them. The underlying
columns being exploded must be of List or String datatype.
columns being exploded must be of the `List` or `Array` data type.
*more_columns
Additional names of columns to explode, specified as positional arguments.
Expand Down

0 comments on commit 8bd2bec

Please sign in to comment.