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 c3e2a04 commit 38043faCopy full SHA for 38043fa
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
+See the full function documentation for details on any specific function.
142
+
143
Note that :py:meth:`~datafusion.DataFrame.join_on` expects ``col()``/``column()`` expressions rather than plain strings.
144
145
For such methods, you can pass column names directly:
0 commit comments