Method: Polars::ArrayNameSpace#first
- Defined in:
- lib/polars/array_name_space.rb
#first ⇒ Series
Get the first value of the sub-arrays.
539 540 541 |
# File 'lib/polars/array_name_space.rb', line 539 def first super end |
Get the first value of the sub-arrays.
539 540 541 |
# File 'lib/polars/array_name_space.rb', line 539 def first super end |