asreview.state.SQLiteState.get_data_by_record_id

SQLiteState.get_data_by_record_id(record_id, columns=None)[source]

Get the data of a specific query from the results table.

Parameters:
  • record_id (int) – Record id of which you want the data.

  • columns (list) – List of columns names of the results table.

Returns:

pd.DataFrame – Dataframe containing the data from the results table with the given record_id and columns.