Skip to content

Commit

Permalink
load polars
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Apr 10, 2024
1 parent bb6eccd commit 9e06edf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vignettes/differences-with-python.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ Instead, one should use the method `$to_struct()` to convert existing columns
or `Series` to a `Struct`:

```{r}
library(polars)
x = pl$DataFrame(
a = 1:2,
b = list(c("x", "y"), "z")
Expand Down

0 comments on commit 9e06edf

Please sign in to comment.