pub fn select(df: &DataFrame, columns: &[String]) -> Result<DataFrame>
Select specific columns from a DataFrame
DataFrame