-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.
0 commit comments