Skip to content

Commit a37c5da

Browse files
Update python/datafusion/dataframe.py
Co-authored-by: Hendrik Makait <hendrik@makait.com>
1 parent 25809a0 commit a37c5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/datafusion/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def with_columns(
552552
By passing expressions, iterables of expressions, string SQL expressions,
553553
or named expressions.
554554
All expressions must be :class:`~datafusion.expr.Expr` objects created via
555-
:func:`datafusion.col` or :func:`datafusion.lit` or SQL expressions.
555+
:func:`datafusion.col` or :func:`datafusion.lit`, or SQL expression strings.
556556
To pass named expressions use the form ``name=Expr``.
557557
558558
Example usage: The following will add 4 columns labeled ``a``, ``b``, ``c``,

0 commit comments

Comments
 (0)