From c974a6dd9faf976e1ad57f5dd3f94944352ed420 Mon Sep 17 00:00:00 2001 From: mahehsma Date: Fri, 7 Jun 2024 13:38:26 +0200 Subject: [PATCH] updated comment --- Cleaning.ipynb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cleaning.ipynb b/Cleaning.ipynb index 7f71502..b86592a 100644 --- a/Cleaning.ipynb +++ b/Cleaning.ipynb @@ -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)" ] }