snowflake.snowpark.DataFrame.distinct¶
- DataFrame.distinct() DataFrame [source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.12.0/src/snowflake/snowpark/dataframe.py#L1565-L1574)¶
Returns a new DataFrame that contains only the rows with distinct values from the current DataFrame.
This is equivalent to performing a SELECT DISTINCT in SQL.