Skip to content

Commit 38043fa

Browse files
committed
docs: add note to clarify function documentation reference for DataFrame methods
1 parent c3e2a04 commit 38043fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/user-guide/dataframe/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ existing column. These include:
138138
* :py:meth:`~datafusion.DataFrame.join` (``on`` argument)
139139
* :py:meth:`~datafusion.DataFrame.aggregate` (grouping columns)
140140

141+
See the full function documentation for details on any specific function.
142+
141143
Note that :py:meth:`~datafusion.DataFrame.join_on` expects ``col()``/``column()`` expressions rather than plain strings.
142144

143145
For such methods, you can pass column names directly:

0 commit comments

Comments
 (0)