etiennebacher / tidypolars

Get the power of polars with the syntax of the tidyverse
https://tidypolars.etiennebacher.com
Other
141 stars 3 forks source link

Add support for `na_matches` and `relationship` in joins #102

Closed etiennebacher closed 1 month ago

etiennebacher commented 3 months ago

What functionality are you missing? See args relationship and na_matches: https://dplyr.tidyverse.org/reference/mutate-joins.html#arguments

Equivalent in polars are validate and join_nulls

Is this functionality present in the tidyverse or in polars (or both)? dplyr. Requires polars 0.16.0 because of a bug for joins in DataFrames