I have dataframe1 (see image) and dataframe2 (see image) and the inputs are dynamic for dataframe1. I have to create a final dataframe, considering the dynamic nature of dataframe-1 and seeing its mapping to the columns of dataframe-2.
Output1: Final dataframe which will have column names only after mapping both the dataframes basis the given condition.