chitralverma / scala-polars

Polars for Scala & Java projects!
https://chitralverma.github.io/scala-polars/
Apache License 2.0
61 stars 5 forks source link

Add .rows function to DataFrame #63

Open jarredparrett opened 7 months ago

jarredparrett commented 7 months ago

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

chitralverma commented 7 months ago

let me check this out

jarredparrett commented 7 months ago

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

Happy to raise a PR to implement it.

chitralverma commented 1 month ago

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