Skip to content

Commit

Permalink
remove doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-yuwang committed Feb 6, 2025
1 parent d3cf4c3 commit 61cbd67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/snowflake/snowpark/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1389,10 +1389,6 @@ def select(
-----------------------------------------------
<BLANKLINE>
Example 6::
>>> df_selected = df.select(df.col1, [df.col2, df.col3])
Note:
A `TableFunctionCall` can be added in `select` when the dataframe results from another join. This is possible because we know
the hierarchy in which the joins are applied.
Expand Down

0 comments on commit 61cbd67

Please sign in to comment.