diff --git a/test/test.py b/test/test.py index ffa2e52..92af2f9 100644 --- a/test/test.py +++ b/test/test.py @@ -4,7 +4,6 @@ # data import pandas as pd -import pandas_profiling # machine learning # scaling of data @@ -56,7 +55,6 @@ np.random.seed(RANDOM_SEED) df = pd.read_csv('data/data.csv') -profile = pandas_profiling.ProfileReport(df.sample(10), minimal=True) print(df.head())