Corrected the Typo in the Spelling of Cholesterol (#9)

* Fixed the typo

* remved the .history files

* Final commit
main
almighty123789 3 years ago committed by GitHub
parent 71caa48dec
commit 20e47f6db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ df = None
# Add 'overweight' column
df['overweight'] = None
# Normalize data by making 0 always good and 1 always bad. If the value of 'cholestorol' or 'gluc' is 1, make the value 0. If the value is more than 1, make the value 1.
# Normalize data by making 0 always good and 1 always bad. If the value of 'cholesterol' or 'gluc' is 1, make the value 0. If the value is more than 1, make the value 1.
# Draw Categorical Plot

Loading…
Cancel
Save