MCPcopy Create free account
hub / github.com/javascriptdata/danfojs / CsvInputOptionsNode

Interface CsvInputOptionsNode

src/danfojs-base/shared/types.ts:396–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396export interface CsvInputOptionsNode extends ParseConfig {
397 frameConfig?: BaseDataOptionType
398}
399
400export type ExcelInputOptionsNode = {
401 sheet?: number,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected