Method: Polars::ArrayNameSpace#min
- Defined in:
- lib/polars/array_name_space.rb
#min ⇒ Series
Compute the min values of the sub-arrays.
29 30 31 |
# File 'lib/polars/array_name_space.rb', line 29 def min super end |
Compute the min values of the sub-arrays.
29 30 31 |
# File 'lib/polars/array_name_space.rb', line 29 def min super end |