From 09c11c5f0ec48474f19c0914238bad4af594ddef 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..b528d3860 100644 --- a/python_scripts/01_tabular_data_exploration.py +++ b/python_scripts/01_tabular_data_exploration.py @@ -8,6 +8,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: #