infineac.compare_results.create_compare_df#

infineac.compare_results.create_compare_df(dfs, suffixes)[source]#

Joins the given DataFrames(dfs) on the company name and year columns. The suffixes are used to rename the columns of the joined DataFrames.

All DataFrames must contain the columns company_name, year, topic and category and the number of DataFrames and suffixes must be equal.