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

In R with `lubridate`, it would look like this: ``` one_year_before = some_date - years(1) one_year_before = some_date - months(12) ``` But in `tidypolars` functions list, there doesn't seem to...

feature

Just checked other branches, and it seems the other branches are not for dev. Just wondering what the latest would be on updates. Also, wanted to put this interesting +...

feature

I get this error when using the unite function with the example provided in the documentation. Is the columns argument missing in the init? I'm using windows 64-bit, tidypolars version...

bug

As an avid user of tidyverse, and a newcomer to Python I'm so excited to have discovered tidypolars! I just tried out a simple example below, but I am getting...

bug

https://github.com/pola-rs/polars/pull/6156 Would be nice for arrange and related functions

feature

May you add some functions parse date like R lubridate package: ymd(), mdy(), dmy(), ymd_hms() ... https://lubridate.tidyverse.org/reference/ymd.html

feature

e.g. ![image](https://user-images.githubusercontent.com/11261404/209735074-57025828-10d7-4d23-b87b-0eb64dca7c5d.png)

documentation

I feel like I'm missing something, I see `from_pandas`, but surely there's a way to start from a polars dataframe too right?

documentation

Hi, it seems that the codebase is not annotated making the discoverability of methods difficult and static code analysis not working. Any plans on adding type hints?

feature