Połącz wszystkie DF w dykcji
pd.concat(dictionary_object.values(), ignore_index=True)
Hambo
pd.concat(dictionary_object.values(), ignore_index=True)
pd.concat(d.values(), ignore_index=True)