Nama DataFrame yang berbeda dengan untuk Loop

d = {}
for name in companies:
    d[name] = pd.DataFrame()
 


print(d['name'])
Hutch Polecat