schema.parseroptions.names.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/schema > ParserOptions > names

ParserOptions.names property

List of column names to use. If this is not supplied, column names will be inferred from the first row of the data.

Signature:

names?: string[];