Filtering the dataset
#3
by
cwinkler
- opened
First of all, thank you for this great dataset!
Some questions:
- Is there any way to filter the dataset using "load_dataset()"? For example, I am interested in the features "title" and "abstract"
- Could you give an example how to use "query_string"
- This relates to 1.: is it possible to filter by a string in the title, e.g. "method" in column "title". I know that it is possible after the dataset was loaded with "dataset_dict.filter()" but maybe there is way to do that with "load_dataset()"?