-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Catherine Harvey Project Outline #4
base: master
Are you sure you want to change the base?
Conversation
Looks like a nice project. Does it have to be excel? Using non-proprietary formats like csv can be far more useful from the perspective of open science. I strongly encourage you to fully explore the python package pandas before you do too much planning. Some of the datacamp courses teach its functionality. This will help you to get a sense of how the python community thinks about and works with this sort of tabular data. |
Need to add additional features like graphs but this is the beginning
want to add graphs for my data. In addition, I was wondering if this script is on the right path for the final project?
I was wondering if I could have my draft checked for the final project? I used JupyterLab to create my data and it comes out properly when I look at the file from my folder. However, when accessed here it doesn't look right |
Excel file containing data used for the code
deleted first draft
I added a file defining my code and I was wondering if it's ok? In addition, I am still not sure regarding how to test my code and produce tests for them. I was wondering if I could have a bit of clarification? Thank you! |
transferred the goals of the project to this document
This is starting to look much better. Some pointers:
EDIT: I meant "would not worry about this one above" |
this is for better understanding and thorough explanation
I've suggested some fixes. Looks like you already made some. No worries. Reorganizing to functions and add tests all at the same was a bit much. I should have submitted smaller changes. Apologies Overall well done. It's nice work. You grappled with tests which is what I wanted. You are not too far off passing them. Hopefully you got a feel for how they would make things easier and how they reveal bugs (unfortunately you had a lot to work through post merge). |
Hi Catherine, Your project is very well done, good work! I really appreciate the thorough documentation. Your unit tests are also nice as well.I think in the future, it might be helpful to update your .gitignore file with data/directories that you don't want in your final repository (the .ipynb_checkpoints or the miscellaneous-don't read). Overall, I think your project is good and it is clear to follow. Great job! Cheers, Emily |
No description provided.