colrev.ops.colrev_pandasΒΆ

Connector for pandas

Functions

colrev.ops.colrev_pandas.add_from_tei

This function adds data from TEI files to the given DataFrame.

colrev.ops.colrev_pandas.extract_pdfs_for_data_extraction

This function creates symlinks or copies the PDFs to the given directory based on the copy_files parameter.

colrev.ops.colrev_pandas.load_df

Get a pandas dataframe from a CoLRev project

colrev.ops.colrev_pandas.load_resolved_papers

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.

colrev.ops.colrev_pandas.save

This function saves the records from a DataFrame to a dataset.