pub fn columns_to_projection<T>( columns: &[T], schema: &Schema<Field>, ) -> Result<Vec<usize>, PolarsError>where T: AsRef<str>,