From 4f71aa4a9c7ebe02696ba5c9070322f7e5e675ee Mon Sep 17 00:00:00 2001 From: f82c1c4a1227cdba8ff3317d228324d6 Date: Sat, 30 Mar 2024 14:13:06 +0000 Subject: [PATCH] resultb --- module3/exo3/exercice.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index a20c57c..91d1ccc 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/exercice.ipynb @@ -64,6 +64,7 @@ "metadata": {}, "outputs": [], "source": [ + "# Toutes les lignes contenant au moins une valeur nulle (NaN) dans une colonne sont supprimées\n", "# data_subset = data.dropna()" ] }, -- 2.18.1