Skip to content

Commit d36655c

Browse files
Update Sources/SparkConnect/DataFrame.swift
Co-authored-by: Liang-Chi Hsieh <[email protected]>
1 parent 668fa0a commit d36655c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SparkConnect/DataFrame.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ public actor DataFrame: Sendable {
735735

736736
/// Groups the ``DataFrame`` using the specified columns, so we can run aggregation on them.
737737
/// - Parameter cols: Grouping column names.
738-
/// - Returns:A ``GroupedData``.
738+
/// - Returns: A ``GroupedData``.
739739
public func groupBy(_ cols: String...) -> GroupedData {
740740
return GroupedData(self, GroupType.groupby, cols)
741741
}

0 commit comments

Comments
 (0)