Hi I am trying to create a linear regression model. This is my code.
df = pd.read_csv("airbnb_dataset.csv") X= df[\'Type_of_room\'] = df.room_type.m