nodejs-polars
Preparing search index...
pl
readRecords
Function readRecords
readRecords
(
records
:
Record
<
string
,
any
>
[]
,
options
?:
{
schema
:
Record
<
string
,
DataType
>
}
,
)
:
pl
.
DataFrame
Parameters
records
:
Record
<
string
,
any
>
[]
Optional
options
:
{
schema
:
Record
<
string
,
DataType
>
}
Returns
pl
.
DataFrame
readRecords
(
records
:
Record
<
string
,
any
>
[]
,
options
?:
{
inferSchemaLength
?:
number
}
,
)
:
pl
.
DataFrame
Parameters
records
:
Record
<
string
,
any
>
[]
Optional
options
:
{
inferSchemaLength
?:
number
}
Returns
pl
.
DataFrame
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
nodejs-polars
Loading...