frictionlessdata / datapackage-py

A Python library for working with Data Packages.
https://frictionlessdata.io
MIT License
189 stars 44 forks source link

Support non-standard resource.skipRows #186

Closed roll closed 4 years ago

roll commented 6 years ago

Overview

Here is a discussion - https://github.com/frictionlessdata/datapackage-py/issues/183


It's already supported by tableschema:

table = Table('data.csv', skip_rows=[2, '#'])