Here is the example:
Sample data frame 1:

Sample data frame 2:

The output data frame should be something like this:

Max() of similar terms should be considered if the row - column value is repeating in data frames.
Can anyone help me with this?
Here is the example:
Sample data frame 1:

Sample data frame 2:

The output data frame should be something like this:

Max() of similar terms should be considered if the row - column value is repeating in data frames.
Can anyone help me with this?
I think you can use pd.concat for this.
You could refer this pandas doc https://pandas.pydata.org/pandas-docs/stable/user_guide/merging.html