Skip to content

Complete assignment 2: inflammation data analysis#2

Open
cdanss wants to merge 1 commit intomainfrom
assignment-2
Open

Complete assignment 2: inflammation data analysis#2
cdanss wants to merge 1 commit intomainfrom
assignment-2

Conversation

@cdanss
Copy link
Copy Markdown
Owner

@cdanss cdanss commented Apr 26, 2026

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

I have completed my assignment #2

What did you learn from the changes you have made?

Practice reaing CSV files with readlines

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

The patient_summary function could alternatively use pandas (pd.read_csv + .mean(axis=1)), which would be more readable for someone coming from a data analysis background

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

he main conceptual hurdle was keeping axis direction correct

How were these changes tested?

Ran the provided test cells: confirmed len(data_min) == 60 for patient_summary and detect_problems(all_paths[0]) == False

A reference to a related issue in your repository (if applicable)

Checklist

  • I can confirm that my changes are working as intended

Copy link
Copy Markdown

@monzchan monzchan left a comment

Choose a reason for hiding this comment

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

Excellent Work! That's Perfect

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.

2 participants