Skip to main content

Files

Defined in: js-api/src/data.ts:16

Provides convenient file shares access *

Constructors​

Constructor​

new Files(): Files

Returns​

Files

Methods​

openTable()​

openTable(path): Promise<DataFrame>

Defined in: js-api/src/data.ts:19

Reads a table from file. If file contains more than one table, reads the first one.

Parameters​

ParameterType
pathstring

Returns​

Promise<DataFrame>


openTables()​

openTables(path): Promise<DataFrame[]>

Defined in: js-api/src/data.ts:24

Reads all tables from file

Parameters​

ParameterType
pathstring

Returns​

Promise<DataFrame[]>