Corrected the Typo in the Spelling of Cholesterol (#9)
* Fixed the typo * remved the .history files * Final commit
This commit is contained in:
parent
71caa48dec
commit
20e47f6db1
@ -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…
Reference in New Issue
Block a user