RMHalak commited on
Commit
4cd4c80
1 Parent(s): 842df92

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -48,6 +48,7 @@ def normalize(df):
48
  return df
49
 
50
  def init_new_pred():
 
51
  columns = ['bedrooms', 'bathrooms', 'sqft_living', 'sqft_lot', 'floors',
52
  'waterfront', 'view', 'condition', 'sqft_above', 'sqft_basement',
53
  'yr_built', 'yr_renovated', 'house_age', 'years_since_renovation',
 
48
  return df
49
 
50
  def init_new_pred():
51
+ import pandas as pd
52
  columns = ['bedrooms', 'bathrooms', 'sqft_living', 'sqft_lot', 'floors',
53
  'waterfront', 'view', 'condition', 'sqft_above', 'sqft_basement',
54
  'yr_built', 'yr_renovated', 'house_age', 'years_since_renovation',