-
Notifications
You must be signed in to change notification settings - Fork 17
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
Added get_timeseries to preparation.py and unit test to test_preparation.py #35
Added get_timeseries to preparation.py and unit test to test_preparation.py #35
Conversation
I can review this |
Here are a few comments:
|
@haiderabbas007 Yes exactly, since this is your data collection task please open a new PR with the corrected data file |
@haiderabbas007 good review, but please use the review function and approve so it can get merged and you can get homework points. @SchrodingersStruggle Otherwise just merge it so we can go on |
Done |
Done |
Thank you for the review. I'll make the changes you mentioned. |
I was unsure how to go about documenting the potential use of the function, so I added the example in the docstring. I agree that it could be confusing, but before looking into this I wasn't familiar with plotting using pandas so I thought the example might be useful to have. I'll remove it before class today. |
Linting
Contents
preparation.py
test_preparation.py
Reviewer
This is the first time I've changed a file that somebody else created, but I think it all works. I'm doing my PR a little early in the hopes that I can fix any problems before class tomorrow. Let me know what I can improve, thanks!