Skip to content

Commit

Permalink
added to the api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
barak1412 committed Oct 21, 2024
1 parent 1e78fab commit c74aab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/docs/source/reference/expressions/string.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The following methods are available under the `expr.str` attribute.
Expr.str.decode
Expr.str.encode
Expr.str.ends_with
Expr.str.escape_regex
Expr.str.explode
Expr.str.extract
Expr.str.extract_all
Expand Down
1 change: 1 addition & 0 deletions py-polars/docs/source/reference/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Miscellaneous

align_frames
concat
escape_regex

Parallelization
~~~~~~~~~~~~~~~
Expand Down

0 comments on commit c74aab5

Please sign in to comment.