Data Analysis with Python Projects - Medical Data Visualizer

Tell us what’s happening:

Medical Data Visualizer Incomplete Instructions

The instructions for creating the “overweight” column are incomplete. It just says create the column without stating how to determine if a person is overweight.

Screenshot of instructions:

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0

Challenge Information:

Data Analysis with Python Projects - Medical Data Visualizer

The instructions have been fixed in the codebase and will be live with the next deployment. The list item says

Add an overweight column to the data. To determine if a person is overweight, first calculate their BMI by dividing their weight in kilograms by the square of their height in meters. If that value is > 25 then the person is overweight. Use the value 0 for NOT overweight and the value 1 for overweight.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.