<!-- 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; [skipRows](./schema.parseroptions.skiprows.md)

## ParserOptions.skipRows property

Number of rows to skip from the start of the data (honors skipBlankLines). Default: 0

<b>Signature:</b>

```typescript
skipRows?: number;
```
