I’d like to use labelbox as follows, but can’t see how to do it:
I have tabular/structured data (pandas df, csv, google sheet, xls(x) or similar) that I would like to label/annotate.
Each annotator needs to be able to view several (up to 10s of) rows simultaneously.
Each row needs to be annotated from that single view, either via checkboxes, or by filtering and a bulk labelling action. For the sake of argument, each row can be taken to require a binary yes/no label.
The only tool I’ve found that can do this outside of an actual spreadsheet or notebook is datasaur’s row-based text classification (Let's Get Labeling! - Datasaur)
(How) can I do this in labelbox?
Thanks!