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 276351c commit 17862b5Copy full SHA for 17862b5
python/datafusion/dataframe.py
@@ -406,8 +406,9 @@ def select_columns(self, *args: str) -> DataFrame:
406
return self.select(*args)
407
408
def select_exprs(self, *args: str) -> DataFrame:
409
- """Project arbitrary list of expression strings into a new DataFrame. Method will parse string expressions into logical plan expressions.
410
- The output DataFrame has one column for each element in exprs.
+ """Project arbitrary list of expression strings into a new DataFrame.
+ Method will parse string expressions into logical plan expressions.
411
+ The output DataFrame has one column for each element in exprs.
412
413
Returns:
414
DataFrame only containing the specified columns.
0 commit comments