Method: Polars::Expr#head
- Defined in:
- lib/polars/expr.rb
permalink #head(n = 10) ⇒ Expr
Get the first n
rows.
3107 3108 3109 |
# File 'lib/polars/expr.rb', line 3107 def head(n = 10) _from_rbexpr(_rbexpr.head(n)) end |
Get the first n
rows.
3107 3108 3109 |
# File 'lib/polars/expr.rb', line 3107 def head(n = 10) _from_rbexpr(_rbexpr.head(n)) end |