Spaces:
Sleeping
Sleeping
Update pages/1_Data_Validation.py
Browse files
pages/1_Data_Validation.py
CHANGED
@@ -6,7 +6,7 @@ from Eda_functions import *
|
|
6 |
import numpy as np
|
7 |
import re
|
8 |
import pickle
|
9 |
-
from ydata_profiling import ProfileReport
|
10 |
from streamlit_pandas_profiling import st_profile_report
|
11 |
import streamlit as st
|
12 |
import streamlit.components.v1 as components
|
|
|
6 |
import numpy as np
|
7 |
import re
|
8 |
import pickle
|
9 |
+
#from ydata_profiling import ProfileReport
|
10 |
from streamlit_pandas_profiling import st_profile_report
|
11 |
import streamlit as st
|
12 |
import streamlit.components.v1 as components
|