README.md in data analysis with python

In the README.md file for the medical viz, the only instructions I have are “This is the boilerplate for the Medical Data Visualizer project. Instructions for building your project can be found at https://www.freecodecamp.org/learn/data-analysis-with-python/data-analysis-with-python-projects/medical-data-visualizer”. The instructions on the site aren’t enough. For example, the second question there isn’t any instructions for what should be in the overweight column. I looked at a youtube video online going through the project, and their README.md has specific instructions. Is there something wrong with my README.md?

It looks like that instruction was accidentally removed in a recent update. I’ll submit an issue for this.

Here is the original instruction:

  • 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

Ok, thank you very much!

1 Like

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