I am very new, like going through school new. I am trying to do multiple linear regression and the columns I am trying to stop are still in the linear regression.
df= df.drop('Income','Yearly_equip_failure','Email','Techie','Population',
    'Port_modem','PaperlessBilling')
I run the sm.OLS code
model = sm.OLS(Y, X).fit()
predictions = model.predict(X)
print_model = model.summary()
print(print_model)
These are some of the few columns
Outage_sec_perweek                         0.0003      0.000      0.809      0.419      -0.000       0.001
Email                                   -6.71e-05      0.000     -0.189      0.850      -0.001       0.001
Contacts 
 
     
     
    