Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore rows where all values are empty strings
This will do a better job of ignoring empty tsv lines, bu checking for empty strings in addition to Nones (I think csv reader typically produces empty strings).
- Loading branch information