Sanitize label column when initializing a Datalab instance.
Open
enhancement
good first issue
help-wanted
- Dominant language
- Python
- Stars
- 11.7k
- Forks
- 920
- PR merge metrics
- No merged PRs in 30d
Description
Check for nan values in the label column.
This cannot be handled by the NullIssueManager, because it occurs in `Datalab(data=df_with_nan_value_in_label_column, label_name="label_column")`.
For now, we need better error reporting.
Contributor guide
Assessment
This issue has not been assessed yet.