-
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
Update README.md #14
base: master
Are you sure you want to change the base?
Update README.md #14
Conversation
Sounds good. You 2 distinct steps, the latter more open ended to allow you to do more if you have the time. Should work out nicely. Remember to follow the rubric as you put it together. |
Hi John, |
That's where I went but I don't see anything |
Weird, don't know why that wasn't pushed. Fixed now. |
Thank you so much John! |
__file__ is a variable for the file that python is currently executing useful in this case because the current working can be different depending on where you ran your tests from
nice job. some issues with paths during testing that it seems many others had. With this you should be passing tests. congrats |
quick fix
Thank you john! |
Hi Damien, Well done on the project. Pandas is a useful tool for working with datasets and you employ it well in your code. For your test, the pandas.testing.assert_frame_equal might be helpful to you. Overall, great work! Cheers, Emily |
Here's my assignment for this week
Damien Ferhadian