From 3631343cbde2f28c73d967dab3aca31b15cd3150 Mon Sep 17 00:00:00 2001 From: Selva73582 <102418337+Selva73582@users.noreply.github.com> Date: Wed, 29 May 2024 10:10:46 +0530 Subject: [PATCH] Update 100-pandas-puzzles.ipynb --- 100-pandas-puzzles.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/100-pandas-puzzles.ipynb b/100-pandas-puzzles.ipynb index bcafc2be8..e23850789 100644 --- a/100-pandas-puzzles.ipynb +++ b/100-pandas-puzzles.ipynb @@ -104,6 +104,7 @@ " 'priority': ['yes', 'yes', 'no', 'yes', 'no', 'no', 'no', 'yes', 'no', 'no']}\n", "\n", "labels = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j']\n", + "```\n", "(This is just some meaningless data I made up with the theme of animals and trips to a vet.)\n", "\n",