pola-rs / r-polars

Bring polars to R
https://pola-rs.github.io/r-polars/
Other
405 stars 35 forks source link

implement `<Series>$n_chunks()` method #999

Closed Yunuuuu closed 2 months ago

Yunuuuu commented 2 months ago

One issue is the returned type, I have seen Python use integer, but I observed $len() method return a numeric. Is there any reason to return numeric? For R function length, they all have a integer mode

Yunuuuu commented 2 months ago

Looks good. Could you update the NEWS?

Sorry, I missed this message :) . Great appreciate for your review