---
title: skipRows
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mldatatable/parsingoptions/skiprows
---

# skipRows

The number of starting rows to skip from the start of a CSV file.

## Declaration

```swift
var skipRows: Int
```

## See Also

### Ignoring CSV components

- [skipInitialSpaces](createml/mldatatable/parsingoptions/skipinitialspaces.md)
- [comment](createml/mldatatable/parsingoptions/comment.md)
