From a3875460f4dbbf2ba921190130d471efaf05eb53 Mon Sep 17 00:00:00 2001 From: Kevin Maik Jablonka Date: Sun, 14 Jan 2024 16:27:00 +0100 Subject: [PATCH] update test --- test/test.py | 2 -- 1 file changed, 2 deletions(-) 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())