asreview.state.SQLiteState.get_data_by_query_number

SQLiteState.get_data_by_query_number(query, columns=None)[source]

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

Parameters:
  • query (int) – Number of the query of which you want the data. query=0 corresponds to all the prior records.

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

Returns:

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