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

main
Mohana S 3 years ago committed by GitHub
parent 20e47f6db1
commit d72c28b6bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save