Comparing two Dataframes and creating a third one where certain contions are met
Comparing two Dataframes and creating a third one where certain contions are met Question: I am trying to compare two different dataframe that have the same column names and indexes(not numerical) and I need to obtain a third df with the biggest value for the row with the same column name. Example df1= | | …