Spaces:
Runtime error
Runtime error
Update eda.py (#1)
Browse files- Update eda.py (b74633f336ecac86285021964f050fa0031ed3b0)
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')
|