jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.58k stars 589 forks source link

Allow to skip first nth lines when reading a file #496

Closed claudep closed 2 years ago

claudep commented 2 years ago

It would be nice to be able to skip the first lines when reading a file. The use case is especially frequent with Excel files, and when you want to read files without editing them first. Patch follows.