viruthik commited on
Commit
5b9e9e7
·
1 Parent(s): 7bfd876
Files changed (1) hide show
  1. eda.py +0 -6
eda.py CHANGED
@@ -20,12 +20,6 @@ def runEDA():
20
 
21
  st.markdown('---')
22
 
23
- '''
24
- On this Page we will do a simple exploration,
25
- Database Used is Flight Price Prediction.
26
- Dataset Source is from Kaggle
27
- '''
28
-
29
  #show dataframe
30
  st.title('Dataset')
31
  df = pd.read_csv('flight_price_prediction.csv')
 
20
 
21
  st.markdown('---')
22
 
 
 
 
 
 
 
23
  #show dataframe
24
  st.title('Dataset')
25
  df = pd.read_csv('flight_price_prediction.csv')