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

Bring polars to R

Results 83 r-polars issues
Sort by recently updated
recently updated
newest added

_Originally posted by @eitsupi in https://github.com/pola-rs/r-polars/pull/589#discussion_r1421719191_

enhancement

https://pola-rs.github.io/polars/py-polars/html/reference/selectors.html

enhancement

> While reading the Rust source code, I noticed that aggregate calculation with GroupBy has been deprecated for years (pola-rs/polars#4946). >Perhaps at some point, given the current complexity, we may...

enhancement

See pola-rs/polars#12562

enhancement
good first issue

We currently have Rd files for functions that creates an instance of a class (e.g. `pl_DataFrame`)and an Rd file that describes the class itself (e.g. `DataFrame_class`), but I think it...

documentation

There a bunch of things in `{comment}` chunks in this vignette because they weren't implemented at the time. I think a lot of them are now available so it would...

documentation

Currently there does not appear to be any syntax highlighting in the Usage section of the reference pages on the website, but it would be great if R syntax highlighting...

documentation
upstream

It seems that `""` in the inline code converted to `“”` ![image](https://github.com/pola-rs/r-polars/assets/50911393/a7a50ab0-55df-4e93-8310-8f99f05586ca) https://github.com/pola-rs/r-polars/blob/3bf4f9442cfd1932ccaeff9ec0c1654298f48767/man/pl_polars_info.Rd#L17

documentation
upstream

There are many files not related to users now. We should move these files out of the `inst` folder.

enhancement

Continued from #368. `as_polars_series` was added in #369, but I think we should rewrite that. This issue is related to the Arrow extension type, which Polars does not currently support...

enhancement