From b1cb030214e9871a7419fce0283d649ff771fb0f Mon Sep 17 00:00:00 2001 From: Dominik Date: Thu, 8 Apr 2021 17:08:29 +0200 Subject: [PATCH] fix2 --- Zajęcia4/Python_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zajęcia4/Python_file.py b/Zajęcia4/Python_file.py index 6e186f3..0d96283 100644 --- a/Zajęcia4/Python_file.py +++ b/Zajęcia4/Python_file.py @@ -28,4 +28,4 @@ wine.isnull().sum() wine.dropna(inplace=True) -wine \ No newline at end of file +print(wine) \ No newline at end of file