Skip to content

Code added to Assignment 2#2

Open
greg-antono wants to merge 2 commits intomainfrom
assignment-2
Open

Code added to Assignment 2#2
greg-antono wants to merge 2 commits intomainfrom
assignment-2

Conversation

@greg-antono
Copy link
Owner

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

I've added code to Assignment 2 for: (i) reading the data from the first csv file in a list; (ii) summarizing the data that would generate basic summary stats (mean, max, min), and (iii) completing a function that would flag errors in the patient data (e.g. zero means). (Please ignore any changes on Assignment 1, that was from weeks ago.)

What did you learn from the changes you have made?

I've learnt how to define functions, making use of numpy, to read each row in a group of files.

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

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

How were these changes tested?

I ran in the code in the Jupyter notebook and made sure that the functions worked as they should, testing with the different csv files/different subsets of the data.

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

Checklist

  • I can confirm that my changes are working as intended

Copy link

@juliagallucci juliagallucci left a comment

Choose a reason for hiding this comment

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

Great!

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