etiennebacher / tidypolars

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

Error in joins due to multiple classes #99

Closed etiennebacher closed 6 months ago

etiennebacher commented 6 months ago
library(tidypolars)
library(dplyr, warn.conflicts = FALSE)

as_polars_df(mtcars) |> 
  mutate(foo = 1) |> 
  left_join(cars)
#> Error in if (class(x) != class(y)) {: the condition has length > 1