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()'