We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c81fa commit 9aa9985Copy full SHA for 9aa9985
python/datafusion/dataframe.py
@@ -773,7 +773,7 @@ def join_on(
773
"""Join two :py:class:`DataFrame` using the specified expressions.
774
775
Join predicates must be :class:`~datafusion.expr.Expr` objects, typically
776
- built with :func:`datafusion.col`. On expressions are used to support
+ built with :func:`datafusion.col`. On expressions are used to support
777
in-equality predicates. Equality predicates are correctly optimized.
778
779
Example::
0 commit comments