updated comment
parent
d87ebe04aa
commit
c974a6dd9f
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 4,
|
||||
"execution_count": 1,
|
||||
"id": "3eb339fa-ef85-4544-9ad0-bc22d4de9f1a",
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
|
@ -158,7 +158,7 @@
|
|||
"4 0.0 3.0 0 "
|
||||
]
|
||||
},
|
||||
"execution_count": 4,
|
||||
"execution_count": 1,
|
||||
"metadata": {},
|
||||
"output_type": "execute_result"
|
||||
}
|
||||
|
@ -190,7 +190,7 @@
|
|||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 6,
|
||||
"execution_count": 2,
|
||||
"id": "6f7e6a3a-63cb-40e2-8746-937c24b184ef",
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
|
@ -214,7 +214,7 @@
|
|||
"dtype: int64"
|
||||
]
|
||||
},
|
||||
"execution_count": 6,
|
||||
"execution_count": 2,
|
||||
"metadata": {},
|
||||
"output_type": "execute_result"
|
||||
}
|
||||
|
@ -225,7 +225,7 @@
|
|||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 7,
|
||||
"execution_count": 3,
|
||||
"id": "d1639e92-d401-49fb-a1f1-67250ffa2c81",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
|
@ -235,12 +235,12 @@
|
|||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 3,
|
||||
"execution_count": 4,
|
||||
"id": "d7bf2c46-7885-4dfe-a4e7-8b8439cf0434",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# save 'cleaned' dataset as csv file to\n",
|
||||
"# save 'cleaned' dataset as csv file for further processing\n",
|
||||
"df.to_csv('./data/dataset_cleaned.csv', index=False)"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue