Skip to content

Commit

Permalink
Fixed typo in frame.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Prathamesh-Ghatole authored Jan 2, 2025
1 parent 11fa6de commit ec8108d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/dataframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -7937,7 +7937,7 @@ def cast(
Mapping of column names (or selector) to dtypes, or a single dtype
to which all columns will be cast.
strict
Raise if cast is invalid on rows after predicates are pusded down.
Raise if cast is invalid on rows after predicates are pushed down.
If `False`, invalid casts will produce null values.
Examples
Expand Down

0 comments on commit ec8108d

Please sign in to comment.