We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6029cda commit f313444Copy full SHA for f313444
1 file changed
python/datafusion/dataframe.py
@@ -489,7 +489,7 @@ def with_columns(
489
) -> DataFrame:
490
"""Add columns to the DataFrame.
491
492
- By passing expressions, iteratables of expressions, or named expressions.
+ By passing expressions, iterables of expressions, or named expressions.
493
All expressions must be :class:`~datafusion.expr.Expr` objects created via
494
:func:`datafusion.col` or :func:`datafusion.lit`; plain strings are not
495
accepted. To pass named expressions use the form ``name=Expr``.
0 commit comments