From 762bb762bc02b0177eb177a42c2e5ef92f375f4e Mon Sep 17 00:00:00 2001 From: Andrzej Preibisz Date: Fri, 25 Mar 2022 00:04:12 +0100 Subject: [PATCH] Zapychacz --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 484d5e5..39f646b 100644 --- a/main.py +++ b/main.py @@ -12,7 +12,6 @@ c_directory = os.getcwd() kaggle.api.dataset_download_files('kamilpytlak/personal-key-indicators-of-heart-disease', path=f"{c_directory}", unzip=True) - dataset = pd.read_csv("heart_2020_cleaned.csv") print(dataset.describe(include='all')) dataset = dataset.dropna()