Projects a set of expressions and returns a new [DataFrame] # Arguments: `cols` - An iterable of values that can be Columns # Example: ```rust async { df.select(vec![col("age"), col("name")]).collect().await?; } ```
(self, cols: I)
source not stored for this graph (policy: none)