P

parent 95da642b
...@@ -345,16 +345,16 @@ ...@@ -345,16 +345,16 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 49, "execution_count": 50,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"18.784374747474743" "4.334094455301447"
] ]
}, },
"execution_count": 49, "execution_count": 50,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
...@@ -365,7 +365,7 @@ ...@@ -365,7 +365,7 @@
"\n", "\n",
"df = pd.Series(list)\n", "df = pd.Series(list)\n",
"df.describe()\n", "df.describe()\n",
"df.std()**2" "df.std()"
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment