From 3c4bfb16f55aa51a50ee99327caca639e072cdab Mon Sep 17 00:00:00 2001 From: Sonja Galovic Date: Wed, 13 Apr 2022 22:43:52 +0200 Subject: Kod preprocesiranja i tretiranja null vrednosti korisnik vidi koliko ima null redova/kolona od ukupnog broja redova/kolona. Obrisani console.log-ovi po frontu. --- frontend/src/app/experiment/experiment.component.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'frontend/src/app/experiment/experiment.component.html') diff --git a/frontend/src/app/experiment/experiment.component.html b/frontend/src/app/experiment/experiment.component.html index 337d7369..e46f5bd9 100644 --- a/frontend/src/app/experiment/experiment.component.html +++ b/frontend/src/app/experiment/experiment.component.html @@ -67,12 +67,12 @@ class="form-check-input" value="deleteRows" name="fillMissing" id="delRows" checked data-bs-toggle="collapse" data-bs-target="#fillMissingCustom.show">
+ redove sa nedostajućim vrednostima ({{selectedDataset.nullRows}} od {{selectedDataset.rowCount}})

+ kolone sa nedostajućim vrednostima ({{countSelectedNullCols()}} od {{selectedDataset.columnInfo.length}})
@@ -81,11 +81,11 @@
-
+
@@ -203,8 +203,8 @@
-
-
+
+
-- cgit v1.2.3