Method: Polars::Expr#tail
- Defined in:
- lib/polars/expr.rb
#tail(n = 10) ⇒ Expr
Get the last n rows.
3623 3624 3625 |
# File 'lib/polars/expr.rb', line 3623 def tail(n = 10) wrap_expr(_rbexpr.tail(n)) end |
Get the last n rows.
3623 3624 3625 |
# File 'lib/polars/expr.rb', line 3623 def tail(n = 10) wrap_expr(_rbexpr.tail(n)) end |