Preparing search index...
The search index is not available
nodejs-polars
nodejs-polars
pl
readCSV
Function readCSV
readCSV
(
pathOrBody
,
options
?
)
:
pl
.
DataFrame
Read a CSV file or string into a Dataframe.
Parameters
pathOrBody
:
string
|
Buffer
path or buffer or string
path: Path to a file or a file like string. Any valid filepath can be used. Example:
file.csv
.
body: String or buffer to be read as a CSV
Optional
options
:
Partial
<
ReadCsvOptions
>
Returns
pl
.
DataFrame
DataFrame
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
nodejs-polars
Loading...
Read a CSV file or string into a Dataframe.