pub fn sort( df: &DataFrame, by: &[String], descending: Vec<bool>, ) -> Result<DataFrame>
Sort DataFrame by columns
DataFrame