powered by
Get the head n elements. Similar to R head(x)
Expr_head(n = 10)
Expr
numeric number of elements to select from head
# get 3 first elements pl$DataFrame(list(x = 1:11))$select(pl$col("x")$head(3))
Run the code above in your browser using DataLab