Skip to content

Commit efd5201

Browse files
committed
precommit
1 parent 467bc93 commit efd5201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user_guide/user_defined_functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ especially for computationally heavy tasks.
304304
for a more detailed guide to using **Numba**.
305305

306306
Using :meth:`DataFrame.pipe` for Composable Logic
307-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
307+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
308308

309309
Another useful pattern for improving readability and composability—especially when mixing
310310
vectorized logic with UDFs—is to use the :meth:`DataFrame.pipe` method.
@@ -333,4 +333,4 @@ row-wise UDFs, or any other logic—``.pipe`` is agnostic.
333333
.. note::
334334
While :meth:`DataFrame.pipe` does not improve performance on its own,
335335
it promotes clean, modular design and allows both vectorized and UDF-based logic
336-
to be composed in method chains.
336+
to be composed in method chains.

0 commit comments

Comments
 (0)