From d72c28b6bb703dca0a3ffa16f2f7aabc05f9d93b Mon Sep 17 00:00:00 2001 From: Mohana S <61743414+Hypermona@users.noreply.github.com> Date: Sat, 17 Apr 2021 20:22:48 +0530 Subject: [PATCH] Fix(typo): Change collumns to columns (#11) --- medical_data_visualizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/medical_data_visualizer.py b/medical_data_visualizer.py index 058ab69..ea7bbd1 100644 --- a/medical_data_visualizer.py +++ b/medical_data_visualizer.py @@ -18,7 +18,7 @@ def draw_cat_plot(): df_cat = None - # Group and reformat the data to split it by 'cardio'. Show the counts of each feature. You will have to rename one of the collumns for the catplot to work correctly. + # Group and reformat the data to split it by 'cardio'. Show the counts of each feature. You will have to rename one of the columns for the catplot to work correctly. df_cat = None # Draw the catplot with 'sns.catplot()'