CsvPlugin
Defined in: csv/plugin.ts:8
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new CsvPlugin():
CsvPlugin
Returns
Section titled “Returns”CsvPlugin
Methods
Section titled “Methods”inferDialect()
Section titled “inferDialect()”inferDialect(
resource
,options?
):Promise
<undefined
|Dialect
>
Defined in: csv/plugin.ts:9
Parameters
Section titled “Parameters”resource
Section titled “resource”Partial
<Resource
>
options?
Section titled “options?”Returns
Section titled “Returns”Promise
<undefined
| Dialect
>
Implementation of
Section titled “Implementation of”loadTable()
Section titled “loadTable()”loadTable(
resource
):Promise
<undefined
|LazyDataFrame
>
Defined in: csv/plugin.ts:19
Parameters
Section titled “Parameters”resource
Section titled “resource”Partial
<Resource
>
Returns
Section titled “Returns”Promise
<undefined
| LazyDataFrame
>
Implementation of
Section titled “Implementation of”saveTable()
Section titled “saveTable()”saveTable(
table
,options
):Promise
<undefined
|string
>
Defined in: csv/plugin.ts:26
Parameters
Section titled “Parameters”LazyDataFrame
options
Section titled “options”Returns
Section titled “Returns”Promise
<undefined
| string
>