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
Copy file name to clipboardExpand all lines: hamilton/function_modifiers/README
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# with_columns_base
2
2
3
-
Documenting the current design flow for the `with_columns` decorator. It belongs to the `NodeInjector` lifecycle.
3
+
Documenting the current design flow for the `with_columns` decorator.
4
+
5
+
For now, it belongs to the `NodeInjector` lifecycle since it still runs the decorated function as a node but injects the dataframe with columns appended columns as one of the parameters.
4
6
5
7
The `with_columns` consists of three parts that are represented in the corresponding three abstract methods in `with_columns_base`:
0 commit comments