Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Apr 10, 2024
1 parent 8d2ec98 commit dbea25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/differences-with-python.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ See `?polars_options()` for more details.
### Structs

A `Struct` is a data type that is composed of several `Field`s, which themselves
have a name and a datatype.
have a name and a data type.

The way to create a `Series` of type `Struct` is a bit convoluted as it involves
`data.frame()`, `list()`, and `I()`:
Expand Down

0 comments on commit dbea25d

Please sign in to comment.