From c6c74a00c3115fb273cb15cb7ae8a8ea667dc40e Mon Sep 17 00:00:00 2001 From: 4ea53c21f37d3b692bdeef03c3c1ec7e <4ea53c21f37d3b692bdeef03c3c1ec7e@app-learninglab.inria.fr> Date: Fri, 5 Jun 2020 09:32:40 +0000 Subject: [PATCH] no commit message --- module3/exo3/exercice.ipynb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index 708b3eb..08b33ba 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/exercice.ipynb @@ -78,6 +78,22 @@ "raw_data = pd.read_csv(data_file, skiprows=54)\n", "raw_data" ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Il n'y a pas de point manquant dans les données" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + " raw_data[raw_data.isnull().any(axis=1)]" + ] } ], "metadata": { -- 2.18.1