DataFrame.Distinct メソッド

定義

この DataFrameの一意の行のみを含む新しいデータセットを返します。 これは DropDuplicates() のエイリアスです。

public Microsoft.Spark.Sql.DataFrame Distinct ();
member this.Distinct : unit -> Microsoft.Spark.Sql.DataFrame
Public Function Distinct () As DataFrame

戻り値

DataFrame オブジェクト

適用対象