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 92bc68e commit 7258428Copy full SHA for 7258428
docs/source/user-guide/dataframe/index.rst
@@ -126,8 +126,8 @@ DataFusion's DataFrame API offers a wide range of operations:
126
# Drop columns
127
df = df.drop("temporary_column")
128
129
-String Columns and Expressions
130
-------------------------------
+Column Names as Function Arguments
+----------------------------------
131
132
Some ``DataFrame`` methods accept plain strings when an argument refers to an
133
existing column. These include:
0 commit comments