Skip to content

Print Series

Source code

Description

Print Series

Usage

<Series>$print()

Value

self

Examples

library(polars)

as_polars_series(1:3)
#> polars Series: shape: (3,)
#> Series: '' [i32]
#> [
#>  1
#>  2
#>  3
#> ]