Skip to content

Commit

Permalink
docs: Update map_batches docstring (#18001)
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm0000 authored Aug 4, 2024
1 parent c91e078 commit 51db3e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions py-polars/polars/expr/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -4290,9 +4290,6 @@ def map_batches(
A reasonable use case for `map` functions is transforming the values
represented by an expression using a third-party library.
If your function returns a scalar, for example a float, use
:func:`map_to_scalar` instead.
Parameters
----------
function
Expand Down

0 comments on commit 51db3e7

Please sign in to comment.