Commit 8e333112 authored by b6458b4cfaa1d19a2ed7a035b531ed55's avatar b6458b4cfaa1d19a2ed7a035b531ed55

commit

parents 255b8e2f 251fc4b2
...@@ -6,7 +6,11 @@ ...@@ -6,7 +6,11 @@
"source": [ "source": [
"\n", "\n",
"\n", "\n",
<<<<<<< HEAD
"# À propos du calcul de π\n", "# À propos du calcul de π\n",
=======
"# À propos du calcul de π$
>>>>>>> 251fc4b22e66f7e8b4dd7d426701214882c31a80
"\n", "\n",
"## En demandant à la lib maths\n", "## En demandant à la lib maths\n",
"\n", "\n",
......
...@@ -61,9 +61,21 @@ ...@@ -61,9 +61,21 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 1,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [
{
"ename": "NameError",
"evalue": "name 'pd' is not defined",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)",
"\u001b[0;32m<ipython-input-1-c6940997bed1>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0mraw_data\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mpd\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mread_csv\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mdata_url\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mskiprows\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0;36m1\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 2\u001b[0m \u001b[0mraw_data\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
"\u001b[0;31mNameError\u001b[0m: name 'pd' is not defined"
]
}
],
"source": [ "source": [
"raw_data = pd.read_csv(data_url, skiprows=1)\n", "raw_data = pd.read_csv(data_url, skiprows=1)\n",
"raw_data" "raw_data"
......
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