Fix(typo): Change collumns to columns (#11)
This commit is contained in:
parent
20e47f6db1
commit
d72c28b6bb
@ -18,7 +18,7 @@ def draw_cat_plot():
|
|||||||
df_cat = None
|
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
|
df_cat = None
|
||||||
|
|
||||||
# Draw the catplot with 'sns.catplot()'
|
# Draw the catplot with 'sns.catplot()'
|
||||||
|
Loading…
Reference in New Issue
Block a user