Skip to content

Commit f7ff620

Browse files
committed
Update docs for with_columns
Add docs for new with_columns implementations.
1 parent b6b12a2 commit f7ff620

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

docs/reference/decorators/with_columns.rst

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,35 @@
22
with_columns
33
=======================
44

5-
Pandas
6-
--------------
5+
We support the `with_columns` operation that appends the results as new columns to the original dataframe for several libraries:
76

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+
-----------------------
99

1010
**Reference Documentation**
1111

1212
.. autoclass:: hamilton.plugins.h_pandas.with_columns
1313
:special-members: __init__
1414

1515

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+
1634
PySpark
1735
--------------
1836

0 commit comments

Comments
 (0)