Skip to content

Commit aaf4565

Browse files
committed
Update sorting.md
1 parent 49a6c50 commit aaf4565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/man/sorting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
Sorting is one of the key tasks for Datasets. Actually, when we group a data set by given set of columns, InMemoryDatasets does sorting behind the scene and groups the observations based on their sorted values. The joining algorithms also uses the sorting functions for finding the matched observations. For Datasets someone can sort a set of columns by either their formatted values, or their actual values. In this section we go through the main functions for sorting Datasets.
5+
Sorting is one of the key tasks for Datasets. Actually, when we group a data set by given set of columns, InMemoryDatasets does sorting behind the scene and groups the observations based on their sorted values. The joining algorithms also uses the sorting functions for finding the matched observations. One may sort a data set based on a set of columns by either their formatted values, or their actual values. In this section we go through the main functions for sorting Datasets.
66

77
> Note that InMemoryDatasets uses parallel algorithms for sorting observations.
88

0 commit comments

Comments
 (0)