Files
Provides convenient file shares access *
Constructors
new Files()
new Files():
Files
Returns
Methods
openTable()
openTable(
path
):Promise
<DataFrame
>
Reads a table from file. If file contains more than one table, reads the first one.
Parameters
Parameter | Type | Description |
---|---|---|
path | string |
Returns
Promise
<DataFrame
>
Source
openTables()
openTables(
path
):Promise
<DataFrame
[]>
Reads all tables from file
Parameters
Parameter | Type | Description |
---|---|---|
path | string |
Returns
Promise
<DataFrame
[]>