asreview / asreview-datatools

Tool to preprocess datasets for ASReview
MIT License
19 stars 13 forks source link

Detect "nan" as missing abstract. #4

Closed qubixes closed 4 years ago

J535D165 commented 4 years ago

We do have this issue in the frontend as well. I would propose to remove the nan values in this function https://github.com/asreview/asreview/blob/3567a8904f12d29476bae5814b80868445730c84/asreview/io/utils.py#L96.

J535D165 commented 4 years ago

See https://github.com/asreview/asreview/pull/400 and https://github.com/asreview/asreview/pull/401.