Print Series
Description
Print Series
Usage
<Series>$print()
Value
self
Examples
#> polars Series: shape: (3,)
#> Series: '' [i32]
#> [
#> 1
#> 2
#> 3
#> ]
Print Series
<Series>$print()
self
#> polars Series: shape: (3,)
#> Series: '' [i32]
#> [
#> 1
#> 2
#> 3
#> ]