Closed v0dro closed 7 years ago
Passing :skiprows as an option and providing a number as a value should skip the number of rows that are specified from the CSV file being read.
:skiprows
For example: Daru::DataFrame.from_csv(path, skiprows: 8) will skip the first 8 rows.
Daru::DataFrame.from_csv(path, skiprows: 8)
Passing
:skiprows
as an option and providing a number as a value should skip the number of rows that are specified from the CSV file being read.For example:
Daru::DataFrame.from_csv(path, skiprows: 8)
will skip the first 8 rows.