File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed
docs/reference/decorators Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change 2
2
with_columns
3
3
=======================
4
4
5
- Pandas
6
- --------------
5
+ We support the `with_columns ` operation that appends the results as new columns to the original dataframe for several libraries:
7
6
8
- We have a ``with_columns `` option to run operations on columns of a Pandas dataframe and append the results as new columns.
7
+ Pandas
8
+ -----------------------
9
9
10
10
**Reference Documentation **
11
11
12
12
.. autoclass :: hamilton.plugins.h_pandas.with_columns
13
13
:special-members: __init__
14
14
15
15
16
+ Polar (Eager)
17
+ -----------------------
18
+
19
+ **Reference Documentation **
20
+
21
+ .. autoclass :: hamilton.plugins.h_polars.with_columns
22
+ :special-members: __init__
23
+
24
+
25
+ Polars (Lazy)
26
+ -----------------------
27
+
28
+ **Reference Documentation **
29
+
30
+ .. autoclass :: hamilton.plugins.h_polars_lazyframe.with_columns
31
+ :special-members: __init__
32
+
33
+
16
34
PySpark
17
35
--------------
18
36
You can’t perform that action at this time.
0 commit comments