Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions skrub/_data_ops/_data_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1638,8 +1638,8 @@ def deferred(func):
INFO x = 3
3

Advanced examples
-----------------
**Advanced examples**

As we saw in the last example above, the arguments passed to the function,
if they are DataOps, are evaluated before calling it. This is also the
case for global variables, default arguments and free variables.
Expand Down