Method: Polars::Expr#first
- Defined in:
- lib/polars/expr.rb
#first ⇒ Expr
Get the first value.
2301 2302 2303 |
# File 'lib/polars/expr.rb', line 2301 def first _from_rbexpr(_rbexpr.first) end |
Get the first value.
2301 2302 2303 |
# File 'lib/polars/expr.rb', line 2301 def first _from_rbexpr(_rbexpr.first) end |