I have two dataframes with Pandas python which i am trying to join / merge/ concat/ ..
I am trying all combinations of merge / join or concat to get all information in df2 - col3, col4 against respective domains in df1 ( which has repeating urls and domains in columns)
I am not sure if any map() with dictionary or any join merge or any function that can help me in this case. If someone has any clue, please help, I have already tried multiple stackoverflow articles on pandas df merge and join but does not helps.