i have two dataframes that i merged together and linked each of them to a key
df = pd.concat([dfB, dfC], axis=1, keys=('Gaming','Casual'))
print (df)
Gaming Casual
brand price brand price
cheap [ASUS,msi] {'gte': 1047.3, 'lte': 2093.59} [HP,dell] {'gte': 1047.3, 'lte': 2093.59}
My Problem is that ,i find it difficult to access my data ,I mean for example how do I get to asus or hp