frictionlessdata / datapackage-py

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

Allows skip_rows to be provided in Resource options as well #226

Closed akariv closed 5 years ago

akariv commented 5 years ago

Resource constructor allows passing options directly to tabulator - however, 'skip_rows' was overwritten by a value from the descriptor. This change will check for another fallback value, from the provided options.

akariv commented 5 years ago

/cc @zelima

zelima commented 5 years ago

@roll hi, are you going to review/merge this anytime soon?