Conversation
There was a problem hiding this comment.
Good job on assignment 2, please note:
Your assignment 2 pull request should only include changes for assignment_2.ipynb. Your pull request includes several files that are not related to the assignment. There are a few ways you. could correct this, one approach is to create a new branch from main (call it assignment_2 and ensure main branch is clean) and only submit your changes for assignment_2.ipynb from there.
Hi Laura, I've created a new branch and submitted only assignment_2 changes. Thank you! |
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
I've Added assignment_2.ipynb. A set of functions to analyze clinical trial data using python and NumPy.
What did you learn from the changes you have made?
I learned how to deal with files and folders and use NumPy to support data analysis.
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
We can use libraries like os to deal with directories and pandas for the data analysis.
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
I had many issues trying to find the right path for the csv files. I almost use os library hehe.
How were these changes tested?
I ran each function and checked the outputs.
A reference to a related issue in your repository (if applicable)
N/A
Checklist