From a38d5bd219b59c174bddfad9f7158d850e364547 Mon Sep 17 00:00:00 2001 From: 39781cc7cca0dc30af9d6060ede9947c <39781cc7cca0dc30af9d6060ede9947c@app-learninglab.inria.fr> Date: Mon, 13 Apr 2020 20:32:24 +0000 Subject: [PATCH] =?UTF-8?q?Modification=20paragraphe=20exploration=20des?= =?UTF-8?q?=20donn=C3=A9es.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module3/exo3/exercice.ipynb | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index 5dc5fa8..4bfda5d 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/exercice.ipynb @@ -270,16 +270,6 @@ "data.head(5)" ] }, - { - "cell_type": "markdown", - "metadata": { - "hideCode": false, - "hidePrompt": false - }, - "source": [ - "L'inspection visuelle de la base de données complète montre que le fichier est bien formé et ne semble pas comporter pas de valeurs manquantes ou aberrantes." - ] - }, { "cell_type": "code", "execution_count": 4, @@ -288,7 +278,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 4, @@ -314,6 +304,13 @@ "#plt.show()" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "L'inspection visuelle de la base de données complète montre que le fichier est bien formé et ne semble pas comporter pas de valeurs manquantes ou aberrantes." + ] + }, { "cell_type": "markdown", "metadata": {}, -- 2.18.1