Method: Polars::ArrayNameSpace#last
- Defined in:
- lib/polars/array_name_space.rb
#last ⇒ Series
Get the last value of the sub-arrays.
560 561 562 |
# File 'lib/polars/array_name_space.rb', line 560 def last super end |
Get the last value of the sub-arrays.
560 561 562 |
# File 'lib/polars/array_name_space.rb', line 560 def last super end |