LeidenUniversityLibrary / manuscript-stats

Compute statistics for manuscripts, such as use of languages
https://leidenuniversitylibrary.github.io/manuscript-stats/
GNU General Public License v3.0
1 stars 2 forks source link

Read fails on 'empty' rows #11

Closed bencomp closed 6 years ago

bencomp commented 6 years ago

Some files have rows with no values at all.

bencomp commented 6 years ago

I tried to drop rows with not-a-number values in all fields after reading the CSVs, but Pandas already errors with Integer column has NA values in column 0.

We're cleaning up the files instead and I'll add a note on how to prepare the data.