We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a784a83 commit 4b4aa1fCopy full SHA for 4b4aa1f
1 file changed
docs/source/user-guide/dataframe/index.rst
@@ -138,6 +138,8 @@ existing column. These include:
138
* :py:meth:`~datafusion.DataFrame.join` (``on`` argument)
139
* :py:meth:`~datafusion.DataFrame.aggregate` (grouping columns)
140
141
+Note that :py:meth:`~datafusion.DataFrame.join_on` expects ``col()``/``column()`` expressions rather than plain strings.
142
+
143
For such methods, you can pass column names directly:
144
145
.. code-block:: python
0 commit comments