From d5e3ea5facfc4f00772553d4ade415e9f6daed60 Mon Sep 17 00:00:00 2001 From: 6f892419cc99326ee525ed439d8ff5df <6f892419cc99326ee525ed439d8ff5df@app-learninglab.inria.fr> Date: Wed, 3 Mar 2021 17:07:33 +0000 Subject: [PATCH] P --- module2/exo2/exercice.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module2/exo2/exercice.ipynb b/module2/exo2/exercice.ipynb index 4be9e30..0c73012 100644 --- a/module2/exo2/exercice.ipynb +++ b/module2/exo2/exercice.ipynb @@ -345,16 +345,16 @@ }, { "cell_type": "code", - "execution_count": 49, + "execution_count": 50, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "18.784374747474743" + "4.334094455301447" ] }, - "execution_count": 49, + "execution_count": 50, "metadata": {}, "output_type": "execute_result" } @@ -365,7 +365,7 @@ "\n", "df = pd.Series(list)\n", "df.describe()\n", - "df.std()**2" + "df.std()" ] }, { -- 2.18.1