October 06, 2023

Worked on project.

  1. Read CSV files in python which includes %inactivity, %obesity and %diabetes.
  2. Then I calculated mean and std dev for each variable.
  3. Then calculated z_score for every variable.
  4. Converted negative values to positive of each variable.
  5. Then, assign threshold value to each variable to calculate outliers.
  6. Calculated outliers, and concluded that the data has more outlier.

Leave a Reply

Your email address will not be published. Required fields are marked *