Share via


RelationalGroupedDataset.Count Method

Definition

Count the number of rows for each group.

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

Returns

New DataFrame object with count applied

Applies to