Bitha commited on
Commit
525fd70
1 Parent(s): ce8b637

Upload 6 files

Browse files
Files changed (2) hide show
  1. Mobile_Price_Classification.csv +0 -0
  2. eda.py +2 -2
Mobile_Price_Classification.csv ADDED
The diff for this file is too large to render. See raw diff
 
eda.py CHANGED
@@ -18,11 +18,11 @@ st.set_page_config(
18
 
19
  def run():
20
 
21
- # Set Judul
22
  st.title("Exploratory Data Analysis (EDA)")
23
 
24
  # Load Data
25
- df = pd.read_csv("/Users/salsasabithah/Documents/FTDS/1-Phase/Milestone 2/p1-ftds014-hck-m2-Salsasbth/Mobile_Price_Classification.csv")
26
 
27
  # Create dataset header
28
  st.subheader("Dataset Mobile Price Classification")
 
18
 
19
  def run():
20
 
21
+ # Set Title
22
  st.title("Exploratory Data Analysis (EDA)")
23
 
24
  # Load Data
25
+ df = pd.read_csv("Mobile_Price_Classification.csv")
26
 
27
  # Create dataset header
28
  st.subheader("Dataset Mobile Price Classification")