frictionlessdata / tabulator-py

Python library for reading and writing tabular data via streams.
https://frictionlessdata.io
MIT License
235 stars 42 forks source link

Breaking change in 1.35 - skip_rows #300

Closed mcarans closed 4 years ago

mcarans commented 4 years ago

Overview

A change between 1.34 and 1.35 broke a unit test in my code. I was using the skip_rows functionality to ignore blank rows. However, now it has been fixed, it's not clear to me how to ignore only completely blank rows. I want to keep rows that start with a blank eg. ,2,6.5,'n/a'

Any suggestions?


Please preserve this line to notify @roll (lead of this repository)

roll commented 4 years ago

Hi @mcarans,

Sorry for inconvenience it was a borderline situation bug/breaking.

I'm going to think this week how to achieve what you want with this option

mcarans commented 4 years ago

Thx a lot!