colrev.ops.colrev_pandas.load_resolved_papers

load_resolved_papers(other_project_path)[source]

Loads records from the other project, matches them with the current project, and returns a DataFrame of the other records with the corresponding IDs in the current project.

This is useful when integrating datasets and reusing screening decisions or coding.

Example:

Current project record(s):

Return type:

DataFrame

@Webster2002{

title = “Analyzing the past to prepare for the future”, author = “Webser, Jane and Watson, Rick”, …

}

Other project record(s):

@ID1{

title = “ANALYZING THE PAST TO PREPARE FOR THE FUTURE”, author = “WEBSTER; WATSON”, colrev_status = “rev_included”, methods = “literature_review”, …

}

Returns:

@Webster2002{

title = “ANALYZING THE PAST TO PREPARE FOR THE FUTURE”, author = “WEBSTER; WATSON”, colrev_status = “rev_included”, methods = “literature_review”, OTHER_ID = “ID1”, …

}

Data can easily be assigned to the current project by accessing other records based on corresponding current IDs.