DataFrame.Distinct Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new Dataset that contains only the unique rows from this DataFrame
.
This is an alias for DropDuplicates().
public Microsoft.Spark.Sql.DataFrame Distinct ();
member this.Distinct : unit -> Microsoft.Spark.Sql.DataFrame
Public Function Distinct () As DataFrame
Returns
DataFrame object