Skip to content

Commit 7258428

Browse files
committed
docs: update section title for clarity on DataFrame method arguments
1 parent 92bc68e commit 7258428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ DataFusion's DataFrame API offers a wide range of operations:
126126
# Drop columns
127127
df = df.drop("temporary_column")
128128
129-
String Columns and Expressions
130-
------------------------------
129+
Column Names as Function Arguments
130+
----------------------------------
131131

132132
Some ``DataFrame`` methods accept plain strings when an argument refers to an
133133
existing column. These include:

0 commit comments

Comments
 (0)