snowflake.snowpark.DataFrame.distinct¶
- DataFrame.distinct() DataFrame [source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/dataframe.py#L1421-L1430)¶
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.