tidypolars icon indicating copy to clipboard operation
tidypolars copied to clipboard

Tidy interface to polars

Results 30 tidypolars issues
Sort by recently updated
recently updated
newest added

https://tidypolars.readthedocs.io/en/latest/reference.html There doesn't seem to be an `anti_join` function.

feature

Hi, There seems to be a problem with `write_csv()`. I can import tidypolars and the data just fine: import tidypolars as tp rents = tp.read_csv("https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-07-05/rent.csv") But when I try to...

bug

I'm a new Python user, but long-time R user. While getting familiar with using `tidypolars`, I noticed a quirk that I cannot quite figure out. When trying to create a...

We can use the extension API to create a custom namespace for tidypolars methods that work directly on polars DataFrames and Expressions. Open to suggestions on whether to use `tp`...

feature

The implementation makes it consistent with the tidyverse sintax.

First of all, I really like this package and I've started to use it a lot in my work. As a Pythonista whose first language is R, I really enjoy...

These methods have not been implemented, but they would be very useful. Currently, it requires switching back and forth between polars and tidypolars.