Files
Defined in: src/data.ts:16
Provides convenient file shares access *
Constructors
Constructor
new Files():
Files
Returns
Files
Methods
openTable()
openTable(
path):Promise<DataFrame>
Defined in: src/data.ts:19
Reads a table from file. If file contains more than one table, reads the first one.
Parameters
| Parameter | Type |
|---|---|
path | string |