Skip to content

U of T DSI: Python Assignment 2#2

Open
ishrathmi wants to merge 2 commits intomainfrom
assignment-2
Open

U of T DSI: Python Assignment 2#2
ishrathmi wants to merge 2 commits intomainfrom
assignment-2

Conversation

@ishrathmi
Copy link
Copy Markdown
Owner

@ishrathmi ishrathmi commented Sep 7, 2024

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

To read a csv file with multiple rows and columns of numeric data and perform basic statistical operations on the data

What did you learn from the changes you have made?

how to read multiple csv files from one folder, create functions to output mean, max and min values for rows of data in a multi-row csv file, use numpy to output values into an array, to return a boolean value after checking an array for zeroes.

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

N/A

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

figuring out the difference between 'return' and 'print' functions and writing multiples lines of code for functions. I just need more practice to become familiar with python syntax and writing functions using numpy and pandas

How were these changes tested?

By running the code and checking if the output matches what we expected or if it throws out an error

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

none

Checklist

  • I can confirm that my changes are working as intended

Copy link
Copy Markdown

@pedram-aliniaye-asli pedram-aliniaye-asli left a comment

Choose a reason for hiding this comment

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

You did a great job here!
Please go ahead and close this pull request now. Thanks!

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