asreview / synergy-dataset

SYNERGY - Open machine learning dataset on study selection in systematic reviews
Creative Commons Zero v1.0 Universal
62 stars 27 forks source link

Update van_de_Schoot_2017.json #67

Closed J535D165 closed 3 years ago

J535D165 commented 3 years ago

38 inclusions

In [1]: import pandas
In [2]: df  = pandas.read_csv("https://raw.githubusercontent.com/asreview/systematic-review-datasets/master/datasets/van_de_Schoot_2017/output/van_de_Schoot_2017.csv")
In [3]: df[df["duplicate_record_id"].isnull()]["label_included"].value_counts()
Out[8]:
0    5744
1      38
Name: label_included, dtype: int64