Fix(typo): Change collumns to columns (#11)

This commit is contained in:
Mohana S
2021-04-17 20:22:48 +05:30
committed by GitHub
parent 20e47f6db1
commit d72c28b6bb
+1 -1
View File
@@ -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()'