From 088edc7d15993dd204f8a6d43ca17849b53dc91a4c363616d5a91995c5373c93 Mon Sep 17 00:00:00 2001 From: Aritra Dalal Date: Mon, 1 Jun 2026 22:59:36 +0100 Subject: [PATCH] updated notebook for validation --- notebooks/001_data_cleaning_checks.ipynb | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/notebooks/001_data_cleaning_checks.ipynb b/notebooks/001_data_cleaning_checks.ipynb index 92bc46b..90058b2 100644 --- a/notebooks/001_data_cleaning_checks.ipynb +++ b/notebooks/001_data_cleaning_checks.ipynb @@ -36,8 +36,22 @@ } ], "metadata": { + "kernelspec": { + "display_name": ".venv (3.14.2)", + "language": "python", + "name": "python3" + }, "language_info": { - "name": "python" + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.14.2" } }, "nbformat": 4,