no commit message

parent 4a4843eb
...@@ -78,6 +78,22 @@ ...@@ -78,6 +78,22 @@
"raw_data = pd.read_csv(data_file, skiprows=54)\n", "raw_data = pd.read_csv(data_file, skiprows=54)\n",
"raw_data" "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": { "metadata": {
......
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