Gigisghifari
commited on
Commit
•
628ad3c
1
Parent(s):
1cfefe3
Upload eda.py
Browse files
eda.py
CHANGED
@@ -39,7 +39,7 @@ def run():
|
|
39 |
submenu = st.sidebar.selectbox('Submenu',['Survey Data','Flight Distance','Customer Type', 'Age', 'Class', 'Type of Travel', 'satisfaction'])
|
40 |
if submenu=="Survey Data":
|
41 |
st.write('## Data Info')
|
42 |
-
with st.expander("Data
|
43 |
st.subheader("Data Description")
|
44 |
st.dataframe(data)
|
45 |
st.write(f"Shape of DataFrame is:- {data.shape}")
|
|
|
39 |
submenu = st.sidebar.selectbox('Submenu',['Survey Data','Flight Distance','Customer Type', 'Age', 'Class', 'Type of Travel', 'satisfaction'])
|
40 |
if submenu=="Survey Data":
|
41 |
st.write('## Data Info')
|
42 |
+
with st.expander("Data Description"):
|
43 |
st.subheader("Data Description")
|
44 |
st.dataframe(data)
|
45 |
st.write(f"Shape of DataFrame is:- {data.shape}")
|