pd.concatを使う。 ```python df = pd.concat([containers_df, services_df, nodes_df], axis=1) ``` - 特定次元のみ結合する場合は、axisを指定する