asreview.io.RISReader.read_data

classmethod RISReader.read_data(fp)[source]

Import dataset.

Parameters:
  • fp (str, pathlib.Path) – File path to the RIS file.

  • note_list (list) – A list of notes, coming from the Dataframe’s “notes” column.

Returns:

pandas.DataFrame – Dataframe with entries.

Raises:

ValueError – File with unrecognized encoding is used as input.