asreview/asreview-insights

Add CSV file with TD values

Rensvandeschoot opened this issue · 1 comments

The Time to Discovery values are presented as follows in the output:

{
                "id": "td",
                "title": "Time to discovery",
                "value": [
                    [
                        57,
                        18
                    ],
                    [
                        159,
                        37
                    ],
                    [
                        0,
                        55
                    ],
                    [
                        160,
                        72
                    ]
                ]
            }

It might cause confusion in identifying the records in the dataset. Record 57 is the row number starting at zero, but in the CSV file row number includes the column names, and software like Excel starts numbering at 1. A solution would be to create a separate CSV file containing the relevant records only including a column named TD. See for an example the file titled time_to_discovery.csv in the project by Ferdinands et al..