0

I have these three tables that I want to concatenate on three common keys (Date, Hour and trunk) to get this result: tables merge

What is the simplest way to do it with pandas? I did some eperiments by creating a common key (concatenating Date+Hour+trunk) and simulating an OUTER JOIN between the first two tables and starting from the first one with pd.merge. But it has not been a satisfying experiment.

devk
  • 1
  • 3

0 Answers0