<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [ParserOptions](./schema.parseroptions.md) &gt; [names](./schema.parseroptions.names.md)

## 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.

<b>Signature:</b>

```typescript
names?: string[];
```
