From e80afae42b37751a5cc471bb1f9505753832cfe3 Mon Sep 17 00:00:00 2001 From: Kr1612 Date: Thu, 20 Feb 2025 07:58:44 +0530 Subject: [PATCH] commit "DA" --- ...a Cleaning Tutorial - Real Python-checkpoint.ipynb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.ipynb_checkpoints/Data Cleaning Tutorial - Real Python-checkpoint.ipynb b/.ipynb_checkpoints/Data Cleaning Tutorial - Real Python-checkpoint.ipynb index 705e77b..880dd4c 100644 --- a/.ipynb_checkpoints/Data Cleaning Tutorial - Real Python-checkpoint.ipynb +++ b/.ipynb_checkpoints/Data Cleaning Tutorial - Real Python-checkpoint.ipynb @@ -7,15 +7,22 @@ "**BONUS**: Contains two more examples of cleaning specific columns" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "//add comment here" + ] + }, { "cell_type": "code", - "execution_count": 36, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ "import pandas as pd\n", "import numpy as np\n", - "from functools import reduce" + "from functools import reduce\n" ] }, {