Sklearn Fit Pandas Dataframe
lm.fit(df[['speed', 'weight']], df['result'])
Plif Plouf
lm.fit(df[['speed', 'weight']], df['result'])