We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668fa0a commit d36655cCopy full SHA for d36655c
Sources/SparkConnect/DataFrame.swift
@@ -735,7 +735,7 @@ public actor DataFrame: Sendable {
735
736
/// Groups the ``DataFrame`` using the specified columns, so we can run aggregation on them.
737
/// - Parameter cols: Grouping column names.
738
- /// - Returns:A ``GroupedData``.
+ /// - Returns: A ``GroupedData``.
739
public func groupBy(_ cols: String...) -> GroupedData {
740
return GroupedData(self, GroupType.groupby, cols)
741
}
0 commit comments