mtreinish / ciml

a machine learning pipeline for analyzing CI results.
Apache License 2.0
5 stars 4 forks source link

Handle pd.errors.EmptyDataError #47

Closed afrittoli closed 4 years ago

afrittoli commented 4 years ago

If the dstat file is empty, pandas may return a dedicated exception pd.errors.EmptyDataError. We should handle this case and skip this data point.

Fix: #46