Hello.
I have the following situation
df1 = pd.DataFrame({'Key':['a','b','c','a','c','a','b','c'],'Value':[9.2,8.6,7.2,8.3,8.5,2.1,7.4,1.1]})
df2 = pd.DataFrame({'Key':['a','b','c']})
And I would like the following answer
in [0]: df2
ou...
asked by
30.11.2016 / 11:41