Skip to content

Assignment 2#2

Open
Jectrianama wants to merge 4 commits intomainfrom
assignment-2
Open

Assignment 2#2
Jectrianama wants to merge 4 commits intomainfrom
assignment-2

Conversation

@Jectrianama
Copy link
Copy Markdown
Owner

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

  • I can confirm that my changes are working as intended

Copy link
Copy Markdown

@l-mack l-mack left a comment

Choose a reason for hiding this comment

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

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.

@Jectrianama
Copy link
Copy Markdown
Owner Author

Jectrianama commented May 14, 2025

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!

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