Amittripipathi commited on
Commit
bf38d13
·
verified ·
1 Parent(s): 5b621df

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -45,7 +45,7 @@ input_df = pd.DataFrame(input_data)
45
  # Convert categorical columns to category type
46
  input_df['Product_Sugar_Content'] = input_df['Product_Sugar_Content'].astype('category')
47
  input_df['Product_Type'] = input_df['Product_Type'].astype('category')
48
- input_df['Store_ID'] = input_df['Store_ID'].astype('category')
49
  input_df['Store_Size'] = input_df['Store_Size'].astype('category')
50
  input_df['Store_Location_City_Type'] = input_df['Store_Location_City_Type'].astype('category')
51
  input_df['Store_Type'] = input_df['Store_Type'].astype('category')
 
45
  # Convert categorical columns to category type
46
  input_df['Product_Sugar_Content'] = input_df['Product_Sugar_Content'].astype('category')
47
  input_df['Product_Type'] = input_df['Product_Type'].astype('category')
48
+ input_df['Store_Id'] = input_df['Store_Id'].astype('category')
49
  input_df['Store_Size'] = input_df['Store_Size'].astype('category')
50
  input_df['Store_Location_City_Type'] = input_df['Store_Location_City_Type'].astype('category')
51
  input_df['Store_Type'] = input_df['Store_Type'].astype('category')