From d7f0c430180cb6bd6443f642a5fa529efe3dd304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Est=C3=A8ve?= Date: Thu, 2 Jan 2025 16:38:52 +0100 Subject: [PATCH] Add some text --- python_scripts/01_tabular_data_exploration.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python_scripts/01_tabular_data_exploration.py b/python_scripts/01_tabular_data_exploration.py index 3441f490f..154337814 100644 --- a/python_scripts/01_tabular_data_exploration.py +++ b/python_scripts/01_tabular_data_exploration.py @@ -7,6 +7,8 @@ # %% [markdown] # # First look at our dataset +# +# Some additional text was added here. # # In this notebook, we look at the necessary steps required before any machine # learning takes place. It involves: