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: #