Skip to content

Conversation

@katariamonika
Copy link
Owner

What changes are you trying to make?

Added assignment_2.ipynb to analyze arthritis inflammation data.
Implemented:

  • File reading and display of inflammation CSV data
  • patient_summary() for mean, max, and min per patient
  • detect_problems() to identify patients with zero mean inflammation

What did you learn?

  • How to use NumPy for data aggregation
  • How to identify data quality issues using logical checks
  • Reinforced understanding of file handling in Python

Challenges

Initially had path errors due to incorrect relative directories; resolved by verifying working directory and updating file paths.

How were these changes tested?

All functions executed successfully.
Verified correct array length (60 patients) and that detect_problems() returned False.

Checklist

  • I can confirm that my changes are working as intended

Copy link

@Dmytro-Bonislavskyi Dmytro-Bonislavskyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants