Preparing search index...
The search index is not available
nodejs-polars
nodejs-polars
pl
head
Function head
head
(
column
,
n
?
)
:
pl
.
Expr
Get the first n rows of an Expression.
Parameters
column
:
ExprOrString
Optional
n
:
number
Returns
pl
.
Expr
head
(
column
,
n
?
)
:
pl
.
Series
Parameters
column
:
pl
.
Series
<
any
,
string
>
Optional
n
:
number
Returns
pl
.
Series
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
nodejs-polars
Loading...
Get the first n rows of an Expression.