You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of providing a single line of code to be executed against each value, you can define a function called ``convert(value)``.
1739
1741
1740
-
In some cases you may need to execute one-off initialization code at the start of the run. You can do that by providing code that runs before defining your ``convert(value)`` function.
1742
+
This mechanism can be used to execute one-off initialization code that runs once at the start of the conversion run.
1741
1743
1742
1744
The following example adds a new ``score`` column, then updates it to list a random number - after first seeding the random number generator to ensure that multiple runs produce the same results:
0 commit comments