scala-polars icon indicating copy to clipboard operation
scala-polars copied to clipboard

Add .rows function to DataFrame

Open jarredparrett opened this issue 2 years ago • 3 comments

Wondering if there is any consideration for adding a .rows function to the org.polars.scala.polars.api.DataFrame implementation.

https://pola-rs.github.io/polars/py-polars/html/reference/dataframe/api/polars.DataFrame.rows.html

jarredparrett avatar Nov 25 '23 14:11 jarredparrett

let me check this out

chitralverma avatar Nov 27 '23 10:11 chitralverma

Started taking a look at it, and the underlying function is row_tuples.

Happy to raise a PR to implement it.

jarredparrett avatar Nov 27 '23 14:11 jarredparrett

@jarredparrett my bad for the late response, please raise a PR for this if its not too much. thanks a lot

chitralverma avatar Jun 04 '24 07:06 chitralverma