Is there a way to sort a MLDataTable based on Column values?

Is there a way to sort a MLDataTable based on Column values?


I know this can be done in python's pandas and also turi's SFrame but can it be done in Swift using a MLDataTable?


Or can a new MLDataTable be created that is sorted?


Can map(_:) be used to accomplish sorting?


https://developer.apple.com/documentation/createml/mldatatable/3006084-map