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

## ParserOptions.readRows property

Number of rows to read from the data, starting at skip\_rows (honors skipBlankLines). Default: Infinity

<b>Signature:</b>

```typescript
readRows?: number;
```
